singlestoredb 1.6.0__cp38-abi3-macosx_10_9_universal2.whl → 1.6.1__cp38-abi3-macosx_10_9_universal2.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.

Potentially problematic release.


This version of singlestoredb might be problematic. Click here for more details.

Binary file
singlestoredb/__init__.py CHANGED
@@ -13,7 +13,7 @@ Examples
13
13
 
14
14
  """
15
15
 
16
- __version__ = '1.6.0'
16
+ __version__ = '1.6.1'
17
17
 
18
18
  from typing import Any
19
19
 
@@ -716,6 +716,7 @@ class Connection(BaseConnection):
716
716
  Error : If the connection is already closed.
717
717
 
718
718
  """
719
+ self._result = None
719
720
  if self.host == 'singlestore.com':
720
721
  return
721
722
  if self._closed:
@@ -1909,12 +1910,12 @@ class MySQLResultSV(MySQLResult):
1909
1910
  encoding_errors=connection.encoding_errors,
1910
1911
  ).items() if v is not UNSET
1911
1912
  }
1912
- self._read_rowdata_packet = functools.partial(
1913
- _singlestoredb_accel.read_rowdata_packet, self, False,
1914
- )
1915
- self._read_rowdata_packet_unbuffered = functools.partial(
1916
- _singlestoredb_accel.read_rowdata_packet, self, True,
1917
- )
1913
+
1914
+ def _read_rowdata_packet(self, *args, **kwargs):
1915
+ return _singlestoredb_accel.read_rowdata_packet(self, False, *args, **kwargs)
1916
+
1917
+ def _read_rowdata_packet_unbuffered(self, *args, **kwargs):
1918
+ return _singlestoredb_accel.read_rowdata_packet(self, True, *args, **kwargs)
1918
1919
 
1919
1920
 
1920
1921
  class LoadLocalFile:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: singlestoredb
3
- Version: 1.6.0
3
+ Version: 1.6.1
4
4
  Summary: Interface to the SingleStoreDB database and workspace management APIs
5
5
  Home-page: https://github.com/singlestore-labs/singlestoredb-python
6
6
  Author: SingleStore
@@ -1,13 +1,13 @@
1
- _singlestoredb_accel.abi3.so,sha256=aiwE77j965rr4m6HQ44CsFtxkIJS5j0O8_BrhXtQy1M,206633
2
- singlestoredb-1.6.0.dist-info/RECORD,,
3
- singlestoredb-1.6.0.dist-info/LICENSE,sha256=Mlq78idURT-9G026aMYswwwnnrLcgzTLuXeAs5hjDLM,11341
4
- singlestoredb-1.6.0.dist-info/WHEEL,sha256=_VEguvlLpUd-c8RbFMA4yMIVNMBv2LhpxYLCEQ-Bogk,113
5
- singlestoredb-1.6.0.dist-info/entry_points.txt,sha256=bSLaTWB5zGjpVYPAaI46MkkDup0su-eb3uAhCNYuRV0,48
6
- singlestoredb-1.6.0.dist-info/top_level.txt,sha256=SDtemIXf-Kp-_F2f_S6x0db33cHGOILdAEsIQZe2LZc,35
7
- singlestoredb-1.6.0.dist-info/METADATA,sha256=j8Ftto3l0UXSMHdEOhN-4wBWkV3Vezu3ywBaX2_FND0,5570
1
+ _singlestoredb_accel.abi3.so,sha256=yBA01sGZxEYynF_wL_Lp1L2425Ncy1RV9BotBcRJaOY,206633
2
+ singlestoredb-1.6.1.dist-info/RECORD,,
3
+ singlestoredb-1.6.1.dist-info/LICENSE,sha256=Mlq78idURT-9G026aMYswwwnnrLcgzTLuXeAs5hjDLM,11341
4
+ singlestoredb-1.6.1.dist-info/WHEEL,sha256=_VEguvlLpUd-c8RbFMA4yMIVNMBv2LhpxYLCEQ-Bogk,113
5
+ singlestoredb-1.6.1.dist-info/entry_points.txt,sha256=bSLaTWB5zGjpVYPAaI46MkkDup0su-eb3uAhCNYuRV0,48
6
+ singlestoredb-1.6.1.dist-info/top_level.txt,sha256=SDtemIXf-Kp-_F2f_S6x0db33cHGOILdAEsIQZe2LZc,35
7
+ singlestoredb-1.6.1.dist-info/METADATA,sha256=PAvLc4S7yV3hhUOwUIZdbrGlRZHW1atEcmximSrGY2w,5570
8
8
  singlestoredb/auth.py,sha256=u8D9tpKzrqa4ssaHjyZnGDX1q8XBpGtuoOkTkSv7B28,7599
9
9
  singlestoredb/config.py,sha256=0qU2lweqHIA5yuV0ZN_JS-cZCfLIxIHutgS2YKRuwXw,12067
10
- singlestoredb/__init__.py,sha256=UtFF-Njj_GrzPJfAt4suKqpVaYVLc4rLgJ60Ary0ndQ,1634
10
+ singlestoredb/__init__.py,sha256=n3bl_B1xZ3yauNuLO0b0MQNYSMrx5LfpmEJVE_qgXN0,1634
11
11
  singlestoredb/types.py,sha256=FIqO1A7e0Gkk7ITmIysBy-P5S--ItbMSlYvblzqGS30,9969
12
12
  singlestoredb/connection.py,sha256=Gzq38vG8lXTx5v2WvHkdMg-abSTS6lguTsVMxbYHZmQ,45306
13
13
  singlestoredb/pytest.py,sha256=OyF3BO9mgxenifYhOihnzGk8WzCJ_zN5_mxe8XyFPOc,9074
@@ -71,7 +71,7 @@ singlestoredb/mysql/protocol.py,sha256=2GG8qTXy5npqo7z2D2K5T0S8PtoUOS-hFDEXy8VCo
71
71
  singlestoredb/mysql/cursors.py,sha256=Eqe7jITRvOo4P_TxIarTumg_2PG1DcCfZ4Uo9IFdDa8,26794
72
72
  singlestoredb/mysql/__init__.py,sha256=olUTAvkiERhDW41JXQMawkg-i0tvBEkoTkII1tt6lxU,4492
73
73
  singlestoredb/mysql/times.py,sha256=2j7purNVnJmjhOUgwUze-r3kNlCWqxjXj-jtqOzBfZI,463
74
- singlestoredb/mysql/connection.py,sha256=cUVILM5q2tVkGAf-GpPK2pvPto3AOB_9PifK8iXaiKw,72216
74
+ singlestoredb/mysql/connection.py,sha256=NpehiK8NTPSc2KH4toLqik3e63XMZSov4s9gOVcBfko,72260
75
75
  singlestoredb/mysql/charset.py,sha256=-FlONDS_oAUF5B3mIgeHBPb_SCt4zHD33arUeBNctU0,10510
76
76
  singlestoredb/mysql/converters.py,sha256=CVe8SDmjbIAhy1xpQ2N5OKWw6t5eWpw-EU3QTlA0Hh0,7500
77
77
  singlestoredb/mysql/optionfile.py,sha256=DqL-rOQcqQncD5eVbPRkwZqo7Pj3Vh40VLx3E_e87TU,655