Search



Search Results
Displaying 1091 to 1100 of 2096 total results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-2-0.html
This includes adding spans for preparing and executing prepared statements, and adding connection span attributes such as db.user. (WL #15807) Connector/ODBC now supports an authentication method that enables users to authenticate to MySQL Server ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-0-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed For the ANSI driver, converting to and from the character set specified by the CHARSET connection option is now performed by the MySQL server rather than being done inside the ...(WL #16297) Added support for the VECTOR data type that was introduced in MySQL Enterprise Server ...
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/news-8-0-11.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed X DevAPI: Previously, when documents without an _id attribute were added to a collection, Connector/Python automatically generated _id for them. Example mysqlx.get_session() ...Now a MySQL 8 server generates the _id attribute unless a document already contains ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-23.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Deprecated Python 2.7 support; a warning was added to describe Python 2.7 support being removed in Connector/Python 8.0.24. (WL #14238) ...This ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-33.html
(WL #15435) Added a oci_config_profile connection option to define a profile set in oci_config_file; the default value is DEFAULT. (Bug #35233031) It was possible for the exception closing an invalid connection to be interpreted as a Bad Message by ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Adopted function annotation enforcement by mypy, which makes the mysqlx module compliant with PEP ...
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/x-devapi-userguide/en/connector-j-notes.html
The following are some features unique to X DevAPI for Connector/J: The creation of new Session objects with SessionFactory. An extended connection string syntax; see Connection URL Syntax for details. The JsonValue interface and its ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-a-session-object.html
All previous examples used the getSchema() or getDefaultSchema() methods of the Session object, which return a Schema object. Most examples make use of the X DevAPI ability to chain all object constructions, enabling you to get to the Schema object ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-collections-basic-crud.html
The following example shows the basic usage of CRUD operations (see Section 4.3, “Collection CRUD Function Overview” for more details) when working with documents: After establishing a connection to a MySQL Server instance, a new collection that ... Working with collections of documents is straightforward when using X ...
Displaying 1091 to 1100 of 2096 total results