Releases: singlestore-labs/singlestoredb-python
Releases · singlestore-labs/singlestoredb-python
SingleStoreDB v0.8.9
- Add debug option for connections
SingleStoreDB v0.8.8
- Fix issue with errors not propagating in the C extension
SingleStoreDB v0.8.7
- Add
encoding_errors=parameter to connection
SingleStoreDB v0.8.6
- Fix queries that use
withclause in HTTP
SingleStoreDB v0.8.5
- Fix
DESCRIBEstatements in HTTP
SingleStoreDB v0.8.4
- Fix boolean connection options
SingleStoreDB v0.8.3
- Fixed issue with parameter substitution in HTTP client
SingleStoreDB v0.8.2
- Add
nan_as_nullandinf_as_nulloptions for parameter conversion support - Separate
structsequencesandnamedtuplesforresults_type - Performance improvements of binary data uploads
SingleStoreDB v0.8.1
- Add
create_enginefunction to return SQLAlchemy engine while supporting
environment variable parameter settings and settings in options
SingleStoreDB v0.8.0
- Python 3.8 is now the minimum required version
- Add parameter conversion routines to HTTP driver