Skip to content

Releases: memsql/singlestore-odbc-connector

SingleStore Connector/ODBC 1.1.5

26 Feb 11:42
Compare
Choose a tag to compare

This release contains the following changes

  • Fixed SQLSpecialColumns with SQL_ROWVER IdentifierType
  • Improved cleanup for emulated statements and added OPTIMIZE query type
  • Split parameter array into batches when using INSERT query to fix the error Query cannot be completed because of Parameter Array capacity of 1048576 which is generated when large parameter arrays are used

SingleStore Connector/ODBC 1.1.4

09 Nov 20:02
Compare
Choose a tag to compare
  • Introduced a possibility connect with JWT without supplying UID (SingleStoreDB supports this starting from 8.1.20)
  • Cnahged SQLCancel to send query KILL QUERY <thread_id> <aggregator_id> instead of KILL QUERY <thread_id>
  • Added installation package for arm64-based Mac OS (M1, M2)

SingleStore Connector/ODBC 1.1.4-beta

26 Jul 22:07
Compare
Choose a tag to compare
Pre-release
  • Added CONVERT_FROM_LATIN option that forces the driver to convert parameters from latin1 to UTF-8 before sending them to the database.

SingleStore Connector/ODBC 1.1.3

10 Jul 14:35
Compare
Choose a tag to compare
  • In order to identify programs using ODBC connector, we now pass connection attributes along with a new parameter that allows setting connection attributes for third-party apps
  • Added gssapi auth plugin to Linux packages

SingleStore Connector/ODBC 1.1.2

15 Feb 09:50
Compare
Choose a tag to compare
  • Added a 32-bit Windows version of the driver
  • Fixed a bug that caused a crash on calling SQLPrimaryKeys for an information_schema table
  • Made libsecret and libglib (used for SSO) loading on-demand.
  • Optimize running statements of the form INSERT INTO <table_name> VALUES (?,...,?) with SQL_ATTR_PARAMSET_SIZE set. Instead of sending each paramset row in a separate query, we join the rows and send them in one query

SingleStore Connector/ODBC 1.1.1

10 Nov 10:25
Compare
Choose a tag to compare
  • Performance improvements for reading query result

SingleStore Connector/ODBC 1.1.0

16 Jun 16:16
42b031f
Compare
Choose a tag to compare
  • Added support for Single Sign-On Authentication to database servers on SingleStore Cloud
  • Fixed a few bugs for multi-statement queries
  • Fixed SQL_ATTR_MAX_ROWS usage in non-SELECT statements
  • Fixed crash on Mac when iODBC tried to list installed ODBC drivers

SingleStore Connector/ODBC 1.0.8

30 Mar 10:59
Compare
Choose a tag to compare
  • Improve installation instructions on MacOS
  • Fix for NO_CACHE being ignored when set as a bit in OPTIONS
  • Set NO_CACHE to 1 by default on all OS
  • Make mysql_clear_password authentication plugin static
  • Make SQLTables fully compatible with MySQL ODBC
  • Remove parameters (width, precision, scale) from type name returned by SQLColumns

SingleStore Connector/ODBC 1.0.8-alpha

30 Mar 11:01
Compare
Choose a tag to compare

This release includes the same changes as 1.0.8. The only difference is that when the driver is installed, its name is "SingleStore ODBC 1.0.8 Unicode/ANSI Driver" instead of "SingleStore ODBC Unicode/ANSI Driver". This is needed for testing and is not intended for general use.

SingleStore Connector/ODBC 1.0.7

30 Nov 17:52
Compare
Choose a tag to compare
  • Fixed setting of length in SQLGetData