Search Results
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.
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-introduction.html
This guide explains how to use the X DevAPI and provides examples of its functionality. The X DevAPI is implemented by MySQL Shell and MySQL Connectors that support X Protocol. For more background information and instructions on how to install and ...
https://dev.mysql.com/doc/x-devapi-userguide/en/mysql-x-crud-ebnf-definitions.html
This chapter provides a visual reference guide to the objects and functions available in the X DevAPI.
https://dev.mysql.com/doc/x-devapi-userguide/en/mysql-x-expressions-ebnf-definitions.html
This section provides a visual reference guide to the grammar for the expression language used in X DevAPI.
https://dev.mysql.com/doc/x-devapi-userguide/en/parameter-binding.html
Instead of using values directly in an expression string it is good practice to separate values from the expression string. This is done using parameters in the expression string and the bind() function to bind values to the parameters. Parameters ...