Search Results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-13.html
(Bug #27081809, Bug #87818, WL #12239) To go with the existing mysqlx.get_session(conn_str) method, a new mysqlx.get_client(conn_str, options) method was added that creates a connection pool handler that provides a get_session() method to create and ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added Python 3.7 ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed On macOS, the official supported Protobuf version is versions before 3.12.0. (Bug #31390263) Implemented context managers to define the runtime context to establish when ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
Example usage: session = mysqlx.get_session({ "host": "localhost", "port": 33060, "user": "root", "password": "s3cr3t", "compression": "required", "compression-algorithms": ["lz4', "zstd_stream"] }) (WL #13995) For enhanced security of the existing ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added Django 3.0 support while preserving compatibility with Django ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-28.html
The password1 option is a synonym for the existing password option. 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 ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-30.html
This includes adding support for language-specific utf8mb4 collations and renaming all existing utf8_ collations to utf8mb3_. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for OpenSSL 3.0. (WL #14815) Added ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-31.html
(Bug #91974, Bug #28491115) Aligned the exception types raised by pure Python and the C extension when assigning a non-existent database or when executing an invalid query using the connection.info_query() method. Functionality Added or Changed ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-6.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed A new bdist_wheel distutils command was added to build a Connector/Python wheel package. A new --static option was added that enables static linking for the C extension ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-3-0.html
The mysql.connector.aio package is fully compatible with the existing mysql.connector package implementation, and exposes the same interface but with the ability to use asynchronous execution. Functionality Added or Changed Bugs Fixed Functionality ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-3-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Fixed the typing annotation of the close() function of MySQLConnectionAbstract and also made disconnect() an alias of close(), to improve clarity and consistency of the ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-environment-category.html
Keep Files On Create Enabled If a MyISAM table is created with a DATA DIRECTORY or INDEX DIRECTORY option and an existing .MYD or .MYI file is found, MyISAM always returns an error. Lists the Environment configuration metrics and provides a brief ...