Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-30.html
(WL #14905) Character Set Support Added support for the new language-specific utf8mb4 collations added in MySQL Server 8.0.30. The value is set by libmysqlclient if not set, and has no effect with ssl-mode=DISABLED. Related, TLSv1 and TLSv1.1 ...
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 #116559, Bug #37250400) The following Connector/ODBC Connection Parameters can now be configured on the ODBC administrator GUI: readtimeout writetimeout OPENTELEMETRY (WL #16587) Bugs Fixed The MSI installer checked for the wrong version of Visual C++ Redistributable required by Connector/ODBC when installing it on a ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-5-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Bugs Fixed Calling SQLColAttribute() with SQL_DESC_TYPE_NAME for the results of Catalog functions like SQLColumns() could cause MySQL Connector/ODBC to close ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-14.html
An example connection string: mysqlx://username:password@localhost:33160/myschema?ssl-mode=enabled where myschema becomes the default schema name. (Bug #28280321) With "pure_python=False" set, mysql.connector would still use the Python ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-17.html
Example usage: ["A", "B", "C"] overlaps $.field (WL #12737) Added support for the utf8mb4_0900_bin collation added in MySQL Server 8.0.17. (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-18.html
This indicates that Connector/Python does not execute SET commands by a connection with an expired password, an operation that's disallowed by MySQL Server 8.0.18 and higher. (WL #13330) Bugs Fixed The /usr/lib/mysqlx folder was not created after ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
The error: "ValueError: Datetime mapping scenario unhandled" (Bug #30950184) Because MySQL stores TEXT types as BLOB and JSON as LONGBLOB, the TEXT and JSON types are now converted to str and the rest of the BLOB types as bytes. (Bug #29808262, Bug ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed On macOS, the official supported Protobuf version is versions before ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-24.html
(WL #14212, WL #13492) If a classic MySQL protocol connection experiences a server timeout, Connector/Python now reports more precise disconnection information from the server. (Bug #29622520, Bug #30349010, Bug #30416704, Bug #94944, Bug #96999, ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-1-0.html
OpenID Connect functionality is supported by MySQL Enterprise Edition Server 9.1.0 and later. Now specifying tls_ciphersuites with TLSv1.3 is allowed with the C-extension implementation, but not enforced with the pure Python implementation where ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-5-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. The package mysql.ai is added in this release and contains the following: genai: GenAI package which exposes classes for embedding, LLM, and vector store.