Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-6-0.html
Security Notes For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Server has been updated to version 3.0.18. Note These release notes were created with the assistance of MySQL HeatWave GenAI. For more ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-7-0.html
Security Notes For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Server has been updated to version 3.5.5. Note These release notes were created with the assistance of MySQL HeatWave GenAI. For more ...
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. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Prepared statement support was added ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-25.html
This release contains no functional changes, and is published to align its version number with that of the MySQL Server 8.0.25 release.
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-28.html
(Bug #33409819, Bug #105012) Sent invalid 'params' argument definitions in execution methods to the server instead of raising an error; and this generated an error unrelated to the invalid parameter definition. Deprecation and Removal Notes ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-32.html
Now the MySQL 5.7 character set is used by default instead, but is switched to a 8.0 character set if the queried server uses version 8.0. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed distutils support, which is ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-6-0.html
This release contains no functional changes, and is published to align its version number with that of the MySQL Server 9.6.0 release.
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-7-0.html
This release contains no functional changes, and is published to align its version number with that of the MySQL Server 9.7.0 release.
https://dev.mysql.com/doc/x-devapi-userguide/en/connector-node-js-notes.html
All network operations return a Promise, which resolves when the server responds. MySQL Connector/Node.js is built with ECMAScript 6 Promise objects to provide an asynchronous API.
https://dev.mysql.com/doc/x-devapi-userguide/en/dynamic-sql.html
A quoting function exists to escape SQL names and identifiers. Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. Note The quoting function must not be used to escape values. Use the value ...