Connector/ODBC 5.0.10 is the sixth BETA release.
Functionality added or changed:
Added wide-string type info for
SQLGetTypeInfo().
Added loose handling of retrieving some diagnostic data. (Bug #15782)
Added initial support for removing braces when calling stored procedures and retrieving result sets from procedure calls. (Bug #24485)
Added initial unicode support in data and metadata. (Bug #24837)
Significant performance improvement when retrieving large text
fields in pieces using SQLGetData() with a
buffer smaller than the whole data. Mainly used in Access when
fetching very large text fields. (Bug #24876)
Bugs fixed:
String query parameters are new escaped correctly. (Bug #19078)
Editing DSN no longer crashes ODBC data source administrator. (Bug #24675)
