MySQL Connector/ODBC 3.51.28 is available!

MySQL Connector/ODBC 3.51.28 is available!

am 11.02.2011 12:28:37 von Lawrenty Novitsky

Dear MySQL users,

MySQL Connector/ODBC 3.51.28, a new version of the ODBC driver for the
MySQL database management system, has been released. This release is
the latest release of the 3.51 series and is suitable for use with any
MySQL version since 4.1.

The release is now available in source and binary form for a number of
platforms from our download pages at

http://dev.mysql.com/doc/en/connector-odbc.html

and mirror sites. Note that not all mirror sites may be up to date at
this point in time, so if you can't find this version on some mirror,
please try again later or choose another download site.

We welcome and appreciate your feedback, bug reports, bug fixes,
patches, etc.:

http://forge.mysql.com/wiki/Contributing

Enjoy!

Lawrenty Novitsky
The MySQL Connectors team at Oracle Corporation

==========

Functionality added or changed:
* Removed use of "old" SQLLEN/SQLULEN types aliases. They are not
supported in unixODBC 2.2.13 and later 64-bit builds. Removed
SQLROWCOUNT, SQLROWSETSIZE, SQLTRANSID, SQLROWOFFSET.
* Options in the GUI are groupped on named tabs.
* Added connection option INTERACTIVE that tells driver that client is
ineractive and interactive_timeout has to be used. (Bug #48603)
* SQLTables uses now INFORMATION_SCHEMA. Added connection option to use
old code. (Bug #43644)
* Added GUI options for MIN_DATE_TO_ZERO and ZERO_DATE_TO_MIN connection
options. (Bug #30539)



Bugs fixed:
* SQLFetch() did not return SQL_ERROR if connection was dropped due to a
timeout. (Bug #39878)
* FLAG_NO_BIGINT still returns bigint for SQLDescribeCol()
(Bug #17679)
* SQLGetTypeInfo() doesn't return any rows SQL_TIMESTAMP on an ODBC v2
connection. (Bug #30626)
* Inserting a new record using SQLSetPos if the table is from different than
current catalog. (Bug #41946)
* If NO_BACKSLASH_ESCAPES mode is used on a server, escaping binary data
can lead to server query parsing errors. (Bug #49029)
* Column octet length includes terminating null byte. (Bug #54206)
* Driver returns wrong results about column case sensitivity. (Bug #54212)
* Binding bit field to a numeric types doesn't work. (Bug #32821)
* Some catalog functions used fixed-sized buffers for handling
arguments that could be overrun, and misinterpreted some arguments
as patterns when they should be treated as identifiers. (Bug #36275)
* SQLDescribeCol returns incorrect values of SQLTables data. (Bug #37621)
* SQLForeignKeys included in results rows for foreign keys pointing to
unique fields. (Bug #51422)
* SQLColumns returns wrong transfer octet length. (Bug #53235)
* SQLTablePrivileges requires SELECT privilege on mysql database. (Bug
#50195)
* If there are foreign key constraints with same name for tables with same
names in 2 schemas, SQLForeignKeys can return rows for both
schemas in query about one of those tables. (Bug #49660)


Built using MySQL 5.1.46sp1.

--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org