sqlalchemy-iris 0.15.3b1__py3-none-any.whl → 0.15.3b2__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.
- intersystems_iris/dbapi/_DBAPI.py +2 -1
- {sqlalchemy_iris-0.15.3b1.dist-info → sqlalchemy_iris-0.15.3b2.dist-info}/METADATA +1 -1
- {sqlalchemy_iris-0.15.3b1.dist-info → sqlalchemy_iris-0.15.3b2.dist-info}/RECORD +7 -7
- {sqlalchemy_iris-0.15.3b1.dist-info → sqlalchemy_iris-0.15.3b2.dist-info}/LICENSE +0 -0
- {sqlalchemy_iris-0.15.3b1.dist-info → sqlalchemy_iris-0.15.3b2.dist-info}/WHEEL +0 -0
- {sqlalchemy_iris-0.15.3b1.dist-info → sqlalchemy_iris-0.15.3b2.dist-info}/entry_points.txt +0 -0
- {sqlalchemy_iris-0.15.3b1.dist-info → sqlalchemy_iris-0.15.3b2.dist-info}/top_level.txt +0 -0
@@ -1,3 +1,4 @@
|
|
1
|
+
from typing import Union
|
1
2
|
import struct
|
2
3
|
import copy
|
3
4
|
import enum
|
@@ -43,7 +44,7 @@ def embedded_connect(*args, hostname=None, port=None, namespace=None, username=N
|
|
43
44
|
return connection
|
44
45
|
|
45
46
|
|
46
|
-
def connect(*args, embedded=False, hostname=None, port=None, namespace=None, username=None, password=None, **kw) -> _IRISConnection
|
47
|
+
def connect(*args, embedded=False, hostname=None, port=None, namespace=None, username=None, password=None, **kw) -> Union[_IRISConnection, _IRISEmbedded]:
|
47
48
|
try:
|
48
49
|
if not embedded:
|
49
50
|
return native_connect(
|
@@ -33,7 +33,7 @@ intersystems_iris/_SharedMemorySocket.py,sha256=2iUaS1FdJNSCUEaE-VT0O_dxF6NRwqZS
|
|
33
33
|
intersystems_iris/__init__.py,sha256=Tk1tD28LwvF6X3yXQsJFLE1Bc-PR3gUJWcX5UnNYOdY,1773
|
34
34
|
intersystems_iris/__main__.py,sha256=rCtINTfJcADMAsw1ja-MEO7Q-XekrWthYowzWV8xGIQ,218
|
35
35
|
intersystems_iris/dbapi/_Column.py,sha256=VCLHLXs3wuGcUa9w_qy7HBFsuGvhmmI3kGYBagQg59U,2535
|
36
|
-
intersystems_iris/dbapi/_DBAPI.py,sha256=
|
36
|
+
intersystems_iris/dbapi/_DBAPI.py,sha256=PZWhstxBQMw6X6AFL0IObvTzY9bJEl6u93keCrNGRmA,103103
|
37
37
|
intersystems_iris/dbapi/_Descriptor.py,sha256=IjyITxvjygDrhpk-0lGhdqQPh91SG6nTb1vi-AqyJNI,1391
|
38
38
|
intersystems_iris/dbapi/_IRISStream.py,sha256=dGJntWo4HXgM1nUHZl2hA4xHkBFEU2xkoEplVDFWhnA,2115
|
39
39
|
intersystems_iris/dbapi/_Message.py,sha256=jpLG3HZElqp981iNPFW8UNRO3NbHf6poEv6yywX0Ssw,4076
|
@@ -77,9 +77,9 @@ sqlalchemy_iris/irisasync.py,sha256=7Kmso-RGjxQi9Y4x-zQaUk1ylDQ7TDvpvlZh_syJtGw,
|
|
77
77
|
sqlalchemy_iris/provision.py,sha256=drorbIgNO770Ws0XiCRXY_sDbQGIy2_zzNK3KYrDetY,198
|
78
78
|
sqlalchemy_iris/requirements.py,sha256=2MPADPOk3qvXCyr7xXvkl_MfkE8v75Z3yGJO0RbzRog,7560
|
79
79
|
sqlalchemy_iris/types.py,sha256=VUt2iiZms8sJiee6hY_L8FLM5UeOgN3zNFMms-gOpN4,11077
|
80
|
-
sqlalchemy_iris-0.15.
|
81
|
-
sqlalchemy_iris-0.15.
|
82
|
-
sqlalchemy_iris-0.15.
|
83
|
-
sqlalchemy_iris-0.15.
|
84
|
-
sqlalchemy_iris-0.15.
|
85
|
-
sqlalchemy_iris-0.15.
|
80
|
+
sqlalchemy_iris-0.15.3b2.dist-info/LICENSE,sha256=RQmigqltsLq8lfOBc_KwtL0gkODyUCNpU-0ZiZwGlho,1075
|
81
|
+
sqlalchemy_iris-0.15.3b2.dist-info/METADATA,sha256=F4pVi9vuUcZomLV9Rbc9KdWb4O9fhjNg5aArjFTczZM,2357
|
82
|
+
sqlalchemy_iris-0.15.3b2.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
83
|
+
sqlalchemy_iris-0.15.3b2.dist-info/entry_points.txt,sha256=zjOwyJPXHsNAeQP0n6l2_pav2U__rTAiS_Bk_IEmSlU,184
|
84
|
+
sqlalchemy_iris-0.15.3b2.dist-info/top_level.txt,sha256=mjpHqFjekbB1TWr3xI3o4AqN3Spby-_uqyuSSeBDmuw,50
|
85
|
+
sqlalchemy_iris-0.15.3b2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|