wcp-library 1.5.4__py3-none-any.whl → 1.5.6__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
@@ -62,7 +62,8 @@ async def _async_connect_warehouse(username: str, password: str, hostname: str,
|
|
62
62
|
conninfo=conninfo,
|
63
63
|
min_size=min_connections,
|
64
64
|
max_size=max_connections,
|
65
|
-
kwargs={"options": "-c datestyle=ISO,YMD"}
|
65
|
+
kwargs={"options": "-c datestyle=ISO,YMD"},
|
66
|
+
open=False
|
66
67
|
)
|
67
68
|
return session_pool
|
68
69
|
|
@@ -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=
|
21
|
+
wcp_library/sql/postgres.py,sha256=lPcsmX0ejEgCRmNKWL9Wp_7R8sop5_KcWmpLieTGT1I,14938
|
22
22
|
wcp_library/time.py,sha256=ktSzhK7SZnGPNXobFexnhFGQAcriLCJQKxnO0fed8fQ,1740
|
23
|
-
wcp_library-1.5.
|
24
|
-
wcp_library-1.5.
|
25
|
-
wcp_library-1.5.
|
23
|
+
wcp_library-1.5.6.dist-info/METADATA,sha256=7JyNWin_He1VyxYXAw8MKRVto7xv3kP7cVpY8ZInU0U,1393
|
24
|
+
wcp_library-1.5.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
25
|
+
wcp_library-1.5.6.dist-info/RECORD,,
|
File without changes
|