Functionality added or changed:
Added support for the HENV
handlers in
SQLEndTran()
.
Added auto-reconnect option to Connector/ODBC option parameters.
Added auto is null option to Connector/ODBC option parameters. (Bug#10910)
Bugs fixed:
On 64-bit systems, some types would be incorrectly returned. (Bug#26024)
Using the SQL_ATTR_CONNECTION_TIMEOUT
attributed did not update the timeout. (Bug#19823)
Using DataAdapter
, Connector/ODBC may
continually consume memory when reading the same records
within a loop (Windows Server 2003 SP1/SP2 only). (Bug#20459)
Connector/ODBC may insert the wrong parameter values when using prepared statements under 64-bit Linux. (Bug#22446)
Using Connector/ODBC, with SQLBindCol
and
binding the length to the return value from
SQL_LEN_DATA_AT_EXEC
fails with a memory
allocation error. (Bug#20547)
The SQLDriverConnect()
ODBC method did not
work with recent Connector/ODBC releases. (Bug#12393)