Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-3-0.html
(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 ...
https://dev.mysql.com/doc/relnotes/connector-python/en/index.html
Abstract This document contains release notes for the changes in recent releases of MySQL Connector/Python. Updates to these notes occur as new product features are added, so that everybody can follow the development process. If a recent version is ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-19.html
MySQL Server removed xplugin namespace support in v8.0.19; for Connector/Python this means: With Connector/Python v8.0.19 and higher, some X DevAPI Protocol operations do not function with MySQL Server 8.0.18 and lower, operations such as ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-31.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for Python 3.11. (WL #15156) Bugs Fixed The pure Python implementation unexpectedly delivered TEXT columns having binary (_bin) collations as byte objects. (Bug ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-32.html
(Bug #108145, Bug #34499578) Added a new init_command connection option to specify a query which is executed immediately after the connection is established. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed distutils ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-33.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Adopted function annotation enforcement by mypy, which makes the mysqlx module compliant with PEP 8. (WL #15401) Added logger functionality to configure the logging system, ...
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-4-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Functionality Added or Changed Bugs Fixed Functionality Added or Changed The extra option name for wheel package installation of dependencies for WebAuthn ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-single-document-operations.html
The CRUD commands described at Section 4.3, “Collection CRUD Function Overview” all act on a group of documents in a collection that match a filter. X DevAPI also provides the following operations, which work on single documents that are ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connector-node-js-notes.html
MySQL Connector/Node.js is built with ECMAScript 6 Promise objects to provide an asynchronous API. All network operations return a Promise, which resolves when the server responds.