Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-31.html
(WL #15124) Removed the deprecated NO_I_S connection option; usage is ignored and does not trigger an error or warning. Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which Connector/ODBC utilizes MySQL ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-33.html
The SQL_DESC_LOCAL_TYPE_NAME field identifier returns an empty string; previously it was SQL_ERROR. (Bug #33137632, WL #15417) With using ADO/VB6, updating a record set containing a field of type BIT with cursor location adUseServer could emit an ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-36.html
Bugs Fixed ADODB.Recordset.Open() reported a transaction error when a string type was used with prepared statements. The fix was changing the SQL_MAX_CONCURRENT_ACTIVITIES value from 1 to 0 (unlimited). (Bug #36031548) References: This issue is a ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-2-0.html
(Bug #116657, Bug #37286526) For fixed column types, such as CHAR, having these fields contain unexpected multi-byte characters could cause a "returned data that does not match expected data length for column" error. Functionality Added or Changed ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-12.html
(Bug #27962293, Bug #90541) Connecting with a collation unknown to Connector/Python would yield an unknown character set error. Deprecation and Removal Notes Installation Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-13.html
(Bug #28278352) Missing bind() parameters could cause an unclear error message or unexpectedly halt. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added Python 3.7 support. (Bug #27081809, Bug #87818, WL #12239) To go ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-16.html
If connection attributes are not specified in a valid way, an error occurs and the connection attempt fails. (Bug #28479054) Querying an empty LONG BLOB raised an IndexError exception. Functionality Added or Changed Bugs Fixed Functionality Added ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-17.html
(WL #13155) Bugs Fixed Executing a Collection.find() without first fetching results would raise an AttributeError with an unclear message. (Bug #29327931) An error was generated when used with the combination of MySQL 5.7, Python 3, and having the ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Prepared statement support was added to the C extension's (use_pure=False) ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-19.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added DNS SRV support. To automatically resolve any SRV record available in a target DNS server or service discovery endpoint, use the mysqlx+srv scheme+extension in a X ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
(Bug #31267800) When creating an index on a collection, if a collation was specified but the field is not of the type TEXT, then an error message was generated with a wrong field type. Functionality Added or Changed Bugs Fixed Functionality Added ...