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.
@@ -317,8 +317,8 @@ class AsyncPostgresConnection(object):
317
317
  :return: None
318
318
  """
319
319
 
320
- self._session_pool = await _connect_warehouse(self._username, self._password, self._hostname, self._port,
321
- self._database, self.min_connections, self.max_connections)
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
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wcp-library
3
- Version: 1.3.7
3
+ Version: 1.3.8
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=GElSjLDworrRlzA7DLrbcQlW7BqvhgMbvW89v-yZejk,14533
19
+ wcp_library/sql/postgres.py,sha256=ZgnRICggYvBohuRjscgemIqmHP8treqHppa1kqWXvZ0,14545
20
20
  wcp_library/time.py,sha256=ktSzhK7SZnGPNXobFexnhFGQAcriLCJQKxnO0fed8fQ,1740
21
- wcp_library-1.3.7.dist-info/METADATA,sha256=sRMU9aoSGlB9-kA3qNgSU6DFtcUey0ogHGmIqEPUCg4,1552
22
- wcp_library-1.3.7.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
23
- wcp_library-1.3.7.dist-info/RECORD,,
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,,