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.
wcp_library/sql/postgres.py
CHANGED
@@ -402,7 +402,8 @@ class AsyncPostgresConnection(object):
|
|
402
402
|
"""
|
403
403
|
|
404
404
|
async with self._session_pool.connection() as connection:
|
405
|
-
|
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):
|
@@ -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=
|
19
|
+
wcp_library/sql/postgres.py,sha256=H2CxqKOqPyIHlTz8-MWAHRa-97ogCIGK7XExrEqfSns,14849
|
20
20
|
wcp_library/time.py,sha256=ktSzhK7SZnGPNXobFexnhFGQAcriLCJQKxnO0fed8fQ,1740
|
21
|
-
wcp_library-1.
|
22
|
-
wcp_library-1.
|
23
|
-
wcp_library-1.
|
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,,
|
File without changes
|