wcp-library 1.5.3__py3-none-any.whl → 1.5.4__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.
@@ -34,6 +34,7 @@ def _connect_warehouse(username: str, password: str, hostname: str, port: int, d
34
34
  conninfo=conninfo,
35
35
  min_size=min_connections,
36
36
  max_size=max_connections,
37
+ kwargs={'options': '-c datestyle=ISO,YMD'},
37
38
  open=True
38
39
  )
39
40
  return session_pool
@@ -60,7 +61,8 @@ async def _async_connect_warehouse(username: str, password: str, hostname: str,
60
61
  session_pool = AsyncConnectionPool(
61
62
  conninfo=conninfo,
62
63
  min_size=min_connections,
63
- max_size=max_connections
64
+ max_size=max_connections,
65
+ kwargs={"options": "-c datestyle=ISO,YMD"}
64
66
  )
65
67
  return session_pool
66
68
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: wcp-library
3
- Version: 1.5.3
3
+ Version: 1.5.4
4
4
  Summary: Common utilites for internal development at WCP
5
5
  Author: Mitch-Petersen
6
6
  Author-email: mitch.petersen@wcap.ca
@@ -18,8 +18,8 @@ wcp_library/selenium/_selenium_driver.py,sha256=Es83ISNryOVhYGDo_xrr8nCLsbnVBeXs
18
18
  wcp_library/selenium/selenium_helper.py,sha256=OJvC0RlblfMWhmjNxiY582yuzkDgjzFZMuRz_8to3PY,2000
19
19
  wcp_library/sql/__init__.py,sha256=ocKH9-1HPDF5OhUKkpby3uNvQ6RBt2YD81nwwS90PgE,1980
20
20
  wcp_library/sql/oracle.py,sha256=jcGoH2iGkgxW-RJV5FRf_CwNzilkxPN6_pJ27te5Qe0,15815
21
- wcp_library/sql/postgres.py,sha256=Kfj5kfNwLyhE6bZIcqj6tjpbiGSyAMErY_Kr9eGm-2Q,14814
21
+ wcp_library/sql/postgres.py,sha256=tIevMc0d_P6TqxSErCZL031k3ZBa2FgXWsRrP_UdDPw,14918
22
22
  wcp_library/time.py,sha256=ktSzhK7SZnGPNXobFexnhFGQAcriLCJQKxnO0fed8fQ,1740
23
- wcp_library-1.5.3.dist-info/METADATA,sha256=uzFALds71R1BdBU0rvUf9CBgbcUSJadWvl4IqN-Vfd4,1393
24
- wcp_library-1.5.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
25
- wcp_library-1.5.3.dist-info/RECORD,,
23
+ wcp_library-1.5.4.dist-info/METADATA,sha256=grxsHXhbmB9P6kU4uZHqiHXYNVbCiHs2RaLCLq36jjk,1393
24
+ wcp_library-1.5.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
25
+ wcp_library-1.5.4.dist-info/RECORD,,