Search Results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-15.html
Bugs Fixed The default value of the allow_local_infile option changed from True to False.
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-16.html
An example connection string: mysqlx://user:password@host:33060/schema?connection-attributes=[foo=bar,baz=qux,quux] Application-defined attribute names cannot begin with _ because such names are reserved for internal attributes. Functionality Added ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-20.html
That is, the next candidate for making a connection is chosen randomly from the remaining available hosts. Alternatively, the new priority attribute optionally sets the priority for each host. If two hosts have the same priority then one is chosen ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-31.html
(Bug #21529893) The MySQLConnection.set_charset_collation() method returned an UnboundLocalError exception when given a empty character set name; now the default character set is used in such cases. Functionality Added or Changed Bugs Fixed ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-7-through-10.html
There are no release notes for these skipped version numbers.
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-x.html
...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added two new connection options: read_timeout (time limit to receive a response from the server) and write_timeout (time limit to send data to the server). Both options ...
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/relnotes/connector-python/en/news-9-6-0.html
Version 9.6.0 has no release notes, or they have not been published because the product version has not been released.
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9.html
...