Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-28.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols were previously deprecated in Connector/ODBC 8.0.26 and support for them is removed starting with this ...(WL #14817) Functionality Added or Changed Connector/ODBC can now establish connections using Multi-Factor Authentication (MFA), such that up to three passwords can be ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-29.html
Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which Connector/ODBC utilizes MySQL Server's bundled OpenSSL library (MacOS, Windows, and GenLinux), MySQL Server's linked OpenSSL library was updated to ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-30.html
Authentication Notes Character Set Support Compilation Notes Functionality Added or Changed Bugs Fixed Authentication Notes Password parameters escaped with curly braces did not escape right curly braces in the password value. (WL #14876) Bugs ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-40.html
Bugs Fixed Fixed a potential Out of Bounds (OOB) issue related to escaping large queries. (Bug #113554, Bug #36945554) Fixed the SQLBulkOperations() function's generated WHERE clause, which could potentially cause an application to unexpectedly ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-3-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The AUTO_RECONNECT functionality was removed, and setting it returns SQL_SUCCESS_WITH_INFO with an HY000 error stating that it's no longer supported. (WL #15960) Bugs Fixed ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new WEBAUTHN_DEVICE_NUMBER connection option that is passed to and interpreted by the WebAuthN authentication plugin. (WL #16646) Bugs Fixed The user defined ...It ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-3-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed All instances of the deprecated function mysql_real_escape_string() in the source code have been replaced by an internal implementation of myodbc_escape_string(), which works ...(Bug #37536382) Reported errors that occurred while executing multiple statements with a single query were generic and without ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-4-0.html
Bugs Fixed .NET applications quit unexpectedly while trying to connect to a MySQL server using Connector/ODBC. This has been fixed by compiling C/ODBC and MySQL (this affects the behaviors of the libmysql client library) with the environmental ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-12.html
Deprecation and Removal Notes Installation Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Deprecated the Row.get_string() method in favor of __getitem__. Bugs Fixed The default character set changed from 'utf8' (an ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-16.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Two informative text files were added: INFO_BIN contains information about the build environment used to produce the distribution, and INFO_SRC provides information about the ...(Bug #29454706, WL #12297) Django 1.11 is now the minimum supported Django ...