Search Results
https://dev.mysql.com/doc/ndbapi/en/overview-ndbinterpretedcode-using.html
These functions behave as shown here: if (column_value [NOT] LIKE pattern) goto Label; The space requirements for these methods are shown in the following table, where L represents the length of the constant value: Table 1.6 Pattern-based ... The ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-13.html
Connections to the server made using X DevAPI or X DevAPI for C continue to use the connection character set determined by the server. (Bug #28204677) Packaging Notes Connector/C++ 32-bit MSI packages are now available for Windows. (WL #12262) ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-31.html
(WL #15065) Configuration Notes Several CMake options have been added or updated to enable using external sources (or builds) of third-party components, like compression libraries and the Protobuf compiler, on which Connector/C++ depends.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
Deprecation and Removal Notes Security Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes View and table DDL methods have been removed. In addition to the new APIs introduced in MySQL Connector/C++ 8.0 (X ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-2-0.html
Packaging Notes Functionality Added or Changed Packaging Notes The MSI package definition files have been updated to work with the Windows Installer XML Toolset (WiX) version 4.0.1. Note that the files can no longer be used with previous version 3 ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-3-0.html
However, enabling the OPT_RECONNECT option does guarantee a successful automatic reconnection to the server if the connection is found to have been lost. Functionality Added or Changed Connector/C++ 8.3.0 binary distributions from Oracle are built ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
(Bug #27297337) Document Store: In the process of refining the definition of the MySqlX namespace to cover the most relevant usage scenarios, the following API components have been removed from the implementation for MySQL Connector/NET: API ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-11.html
(Bug #26954812, Bug #88058) The data table returned by the MySqlDataReader.GetSchemaTable method had an inaccurate value of zero assigned to the ColumnSize field for LONGTEXT and LONGBLOB data types, and also indicated that the IsLong field value ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-12.html
With the model created, revert back to EF Core 2.0 in your project, update the MySql.Data.EntityFrameworkCore NuGet package, and then remove the package MySql.Data.EntityFrameworkCore.Design from your project. Functionality Added or Changed Bugs ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-19.html
// Example with priority server=(address=192.10.1.52:3305,priority=60),(address=localhost:3306,priority=100); // Example without priority and with multiple ports host=10.10.10.10:3306,192.101.10.2:3305,localhost:3306;uid=test;password=xxxx; If the ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET supports TLS protocol versions TLSv1, TLSv1.1, TLSv1.2, and ...