Functionality added or changed:
-
N/A
Bugs fixed:
-
The
SQLDriverConnect()
ODBC method did not work with recent MyODBC releases. (Bug #12393)
Functionality added or changed:
-
N/A
Bugs fixed:
-
File DSNs could not be saved. (Bug #12019)
-
SQLColumns()
returned no information for tables that had a column named using a reserved word. (Bug #9539)
Functionality added or changed: No changes.
Bugs fixed:
-
mysql_list_dbcolumns()
andinsert_fields()
were retrieving all rows from a table. Fixed the queries generated by these functions to return no rows. (Bug #8198) -
SQLGetTypoInfo()
returnedtinyblob
forSQL_VARBINARY
and nothing forSQL_BINARY
. Fixed to returnvarbinary
forSQL_VARBINARY
,binary
forSQL_BINARY
, andlongblob
forSQL_LONGVARBINARY
. (Bug #8138)