You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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