Skip to content

SingleStore Connector/ODBC 1.1.2

Compare
Choose a tag to compare
@pmishchenko-ua pmishchenko-ua released this 15 Feb 09:50
· 28 commits to master since this release
  • 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