wcp-library 1.3.7__py3-none-any.whl → 1.3.8__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
@@ -317,8 +317,8 @@ class AsyncPostgresConnection(object):
|
|
317
317
|
:return: None
|
318
318
|
"""
|
319
319
|
|
320
|
-
self._session_pool = await
|
321
|
-
|
320
|
+
self._session_pool = await _async_connect_warehouse(self._username, self._password, self._hostname, self._port,
|
321
|
+
self._database, self.min_connections, self.max_connections)
|
322
322
|
|
323
323
|
async def set_user(self, credentials_dict: dict) -> None:
|
324
324
|
"""
|
@@ -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=ZgnRICggYvBohuRjscgemIqmHP8treqHppa1kqWXvZ0,14545
|
20
20
|
wcp_library/time.py,sha256=ktSzhK7SZnGPNXobFexnhFGQAcriLCJQKxnO0fed8fQ,1740
|
21
|
-
wcp_library-1.3.
|
22
|
-
wcp_library-1.3.
|
23
|
-
wcp_library-1.3.
|
21
|
+
wcp_library-1.3.8.dist-info/METADATA,sha256=p981HggFHJEBYts10G30OCP82PZHINUl82iPP-8tZnc,1552
|
22
|
+
wcp_library-1.3.8.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
23
|
+
wcp_library-1.3.8.dist-info/RECORD,,
|
File without changes
|