wcp-library 1.3.9__py3-none-any.whl → 1.4.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -402,7 +402,8 @@ class AsyncPostgresConnection(object):
402
402
  """
403
403
 
404
404
  async with self._session_pool.connection() as connection:
405
- await connection.executemany(query, dictionary)
405
+ cursor = connection.cursor()
406
+ await cursor.executemany(query, dictionary)
406
407
 
407
408
  @async_retry
408
409
  async def fetch_data(self, query: SQL | str, packed_data=None):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wcp-library
3
- Version: 1.3.9
3
+ Version: 1.4.1
4
4
  Summary: Common utilites for internal development at WCP
5
5
  Home-page: https://github.com/Whitecap-DNA/WCP-Library
6
6
  Author: Mitch-Petersen
@@ -16,8 +16,8 @@ wcp_library/logging.py,sha256=e6gG7HFgUrMajUZs4Gs0atFfOJJmdmxN0GerfynNWlY,2061
16
16
  wcp_library/selenium_helper.py,sha256=w8YUC0pq7TkWiobc2ri4QR5fcHrrZgB5RAEfAdxZiuk,3780
17
17
  wcp_library/sql/__init__.py,sha256=s2psmwkq_ZU23iGWvXjJrLu0hD1fB6CDv6RHcK7y828,1917
18
18
  wcp_library/sql/oracle.py,sha256=TGiTC5L5UcM5QcHFajgn43NI8HygOGIEAtLmLbVFp2I,15772
19
- wcp_library/sql/postgres.py,sha256=hyvENlOMyE1vcfPIy94KvtD67lCs5c4BMCKJbbIHNEY,14812
19
+ wcp_library/sql/postgres.py,sha256=H2CxqKOqPyIHlTz8-MWAHRa-97ogCIGK7XExrEqfSns,14849
20
20
  wcp_library/time.py,sha256=ktSzhK7SZnGPNXobFexnhFGQAcriLCJQKxnO0fed8fQ,1740
21
- wcp_library-1.3.9.dist-info/METADATA,sha256=8pXOreCzBh0TyYAKe_zSRIMHkl0eEQWCvbJn76HupCA,1552
22
- wcp_library-1.3.9.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
23
- wcp_library-1.3.9.dist-info/RECORD,,
21
+ wcp_library-1.4.1.dist-info/METADATA,sha256=hDzsURqSyzHrsUMPUJNnTb_I5A4OWrDECWK4iIquTm4,1552
22
+ wcp_library-1.4.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
23
+ wcp_library-1.4.1.dist-info/RECORD,,