sqlalchemy-iris 0.10.2__py3-none-any.whl → 0.10.3b1__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.
sqlalchemy_iris/base.py CHANGED
@@ -1019,10 +1019,14 @@ There are no access to %Dictionary, may be required for some advanced features,
1019
1019
  print("-- @param = %r" % (p,))
1020
1020
 
1021
1021
  def do_execute(self, cursor, query, params, context=None):
1022
+ if query.endswith(";"):
1023
+ query = query[:-1]
1022
1024
  self._debug(query, params)
1023
1025
  cursor.execute(query, params)
1024
1026
 
1025
1027
  def do_executemany(self, cursor, query, params, context=None):
1028
+ if query.endswith(";"):
1029
+ query = query[:-1]
1026
1030
  self._debug(query, params, True)
1027
1031
  cursor.executemany(query, params)
1028
1032
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sqlalchemy-iris
3
- Version: 0.10.2
3
+ Version: 0.10.3b1
4
4
  Summary: InterSystems IRIS for SQLAlchemy
5
5
  Home-page: https://github.com/caretdev/sqlalchemy-iris
6
6
  Maintainer: CaretDev
@@ -69,16 +69,16 @@ irisnative/_IRISNative.py,sha256=HQ4nBhc8t8_5OtxdMG-kx1aa-T1znf2I8obZOPLOPzg,665
69
69
  irisnative/__init__.py,sha256=6YmvBLQSURsCPKaNg7LK-xpo4ipDjrlhKuwdfdNb3Kg,341
70
70
  sqlalchemy_iris/__init__.py,sha256=TKZt8fTcW8HDhw5ukl6sPyodH8u185eWYrKPHrJGb3I,992
71
71
  sqlalchemy_iris/alembic.py,sha256=IhZP6P-whMrXzD8lTCKvIC6EK8hKW88JTNG_U8t2quk,6373
72
- sqlalchemy_iris/base.py,sha256=b-yCn_1u-0ud1DXylX1JTQodMhA5k4VlLUDhr7LERZ4,50142
72
+ sqlalchemy_iris/base.py,sha256=sXjCaJoqGs9QwtRDehQHWgE6JZhRcWlLQ5HcBvTsT6M,50268
73
73
  sqlalchemy_iris/embedded.py,sha256=6DbnfcJwYQmHjyvQQ0cN6mV6zbF3AAOJkucww5LypiE,547
74
74
  sqlalchemy_iris/information_schema.py,sha256=Ei1gAHXn4fWpvmUzwf-2hGslU458uQXFt1s0r1NAj2Y,6132
75
75
  sqlalchemy_iris/iris.py,sha256=Of0Ruc9W2c5ll5sjAy1xRo4tf1m0l_ab0vAdacTv3Yw,276
76
76
  sqlalchemy_iris/provision.py,sha256=drorbIgNO770Ws0XiCRXY_sDbQGIy2_zzNK3KYrDetY,198
77
77
  sqlalchemy_iris/requirements.py,sha256=eIV8bcPHOmSrGxzxfqVeLYEdol3MIoXnRQLI9sq32mM,7175
78
78
  sqlalchemy_iris/types.py,sha256=JRQROZyhAuVX0w_hYkuRfJQt9Bxa4ruKfVQrG_s-0Qc,4216
79
- sqlalchemy_iris-0.10.2.dist-info/LICENSE,sha256=RQmigqltsLq8lfOBc_KwtL0gkODyUCNpU-0ZiZwGlho,1075
80
- sqlalchemy_iris-0.10.2.dist-info/METADATA,sha256=NSfHccyZPy254Q5Dt9XO4C2RkPmKLz95iAA5qyEcUy8,2339
81
- sqlalchemy_iris-0.10.2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
82
- sqlalchemy_iris-0.10.2.dist-info/entry_points.txt,sha256=w7qS4R3anhoVEC5rzpw1H6gLu41wdZiahfg9bNH0Tio,119
83
- sqlalchemy_iris-0.10.2.dist-info/top_level.txt,sha256=mjpHqFjekbB1TWr3xI3o4AqN3Spby-_uqyuSSeBDmuw,50
84
- sqlalchemy_iris-0.10.2.dist-info/RECORD,,
79
+ sqlalchemy_iris-0.10.3b1.dist-info/LICENSE,sha256=RQmigqltsLq8lfOBc_KwtL0gkODyUCNpU-0ZiZwGlho,1075
80
+ sqlalchemy_iris-0.10.3b1.dist-info/METADATA,sha256=eDkU6wYij4Dn3ctCWlC8g4NxHxJg39tVukSHrPuyUqQ,2341
81
+ sqlalchemy_iris-0.10.3b1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
82
+ sqlalchemy_iris-0.10.3b1.dist-info/entry_points.txt,sha256=w7qS4R3anhoVEC5rzpw1H6gLu41wdZiahfg9bNH0Tio,119
83
+ sqlalchemy_iris-0.10.3b1.dist-info/top_level.txt,sha256=mjpHqFjekbB1TWr3xI3o4AqN3Spby-_uqyuSSeBDmuw,50
84
+ sqlalchemy_iris-0.10.3b1.dist-info/RECORD,,