Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
Important Columns created using this class cannot be seen by the MySQL Server. A Column created using the NDB API is not visible to a MySQL server. setName() is the only Column method whose result is visible from a MySQL Server. This section ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-21.html
Schema validation is performed by the server, which returns an error message if a document in a collection does not match the schema definition or if the server does not support validation. Configuration Notes JSON Notes Security Notes X DevAPI ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
Such code does not require the X Plugin and can communicate with older versions of the MySQL Server using the legacy protocol. This contrasts with X DevAPI and X DevAPI for C applications, which expect MySQL Server 8.0. The server public key is ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
(Bug #28560189, Bug #92206) Document Store: Connector-side validation performed when the Collection.CreateIndex method was called duplicated some of the checks already made by the server. (Bug #27898343, Bug #90368) Attempts to create a new foreign ... Important Changes Functionality Added or Changed Bugs Fixed Important Changes The default value for the SslMode connection option now differs based on the protocol used to make the ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-18.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports IPV6 connections made using the classic MySQL protocol when the operating system on the server host also supports IPV6. (WL #13387) Previously, if ...(WL #13114) In tandem with Microsoft, Connector/NET ends support for .NET Core 1.0 and 1.1 (and also for Entity Framework Core 1.1, which depends on .NET Core ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-19.html
Instead, a single DNS domain can map to multiple targets (servers) using SRV address records. For .NET applications using X Protocol, a new URI scheme of mysqlx+srv:// enables connections to share the query load when a single DNS domain is mapped to ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET supports TLS protocol versions TLSv1, TLSv1.1, TLSv1.2, and ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-9-3-0.html
OpenTelemetry .NET version 1.11.2 (WL #16852) Bugs Fixed The test GetSchemaReturnColumnsByOrdinalPosition() in the testsuite failed because the server has changed the precision for displaying floating values resulted from arithmatic operations. (Bug ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed The following are the updated version requirements of Connector/NET on some of the third-party libraries it uses (see Connector/NET Installation for details): Google Protobuf .NET version 3.30.0 ZstdSharp version 0.8.5 Kerberos version 1.21.3 BouncyCastle version ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-4-0.html
Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which Connector/ODBC utilizes MySQL Server's bundled OpenSSL library (MacOS, Windows, and GenLinux), MySQL Server's linked OpenSSL library was updated to ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-3-0.html
For example, SQLMoreResults might return "unhandled error from mysql_next_result()" instead of the error reported by MySQL Server. On macOS, Connector/ODBC failed to create connections to servers for accounts that required pluggable authentication.
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-30.html
(WL #14815) Added or renamed collations to align with MySQL Server 8.0.30. Support for MySQL 5.7 collations is preserved for connections to a MySQL 5.7 server. (WL #15212) Implemented an authentication mechanism to instantiate only required ...