Search Results
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 ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-23.html
(Bug #32114921, Bug #101464) Fixed the AttributeError raised when getting the connection ID from a closed CMySQLConnection. (Bug #24938411, Bug #31556777, Bug #83479, Bug #100034) Updated associated MySQL server error messages and codes to the ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-30.html
(Bug #34231226) C extension and pure Python cursor types are not interchangeable when using connection objects that are not of the same type; now we check for supported cursor classes and raise a ProgrammingError if the cursor is not of a compatible ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for OpenSSL ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-31.html
(Bug #27634910) When using buffered cursors with the C extension, it was possible cursor.executemany() to return InternalError: No result set available for SELECT statements. (Bug #21529893) The MySQLConnection.set_charset_collation() method ...