Search Results
https://dev.mysql.com/doc/ndbapi/en/overview-selecting-tc.html
This is done by providing a table and a partition key (usually the primary key). The application programmer can specify the partition key from SQL by using the following construct: CREATE TABLE ... The default method is to select the transaction ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
For general information about connection attributes, see Performance Schema Connection Attribute Tables. Returning a session to the pool drops session-related objects such as temporary tables, session variables, and transactions, but the connection ...Connector/C++ now supports all Unicode character sets for older servers, including utf8mb4, utf16, utf16le, utf32, and ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
For X DevAPI, CollectionFind and TableSelect implement .lockExclusive() and .lockShared() methods, which request exclusive or shared locks, respectively, on returned documents or rows. Schema::dropView() is now a direct-execute method returning void ...Locks can be requested several times for a given find or select ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
With .NET Core 2.0, most of the common ADO.NET classes are available for use, such as: System.Data.DataTable, System.Data.DataColumn, and System.Data.DataRow System.Data.DataSet System.Data.Common.DataAdapter (WL #11394) Support for Entity Framework ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed The .NET Core 2.0 implementation now supports the following connection-string options: AutoEnlist, InteractiveSession, Logging, Replication, and ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-18.html
(Bug #28383721, Bug #91751) Entity Framework Core: A syntax error was generated during an operation attempting to rename a table that was previously migrated from code. Now, the primary key constraint for an existing table can be dropped without ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
It is still a string of 32 hexadecimal digits based on UUID, but the order of digits was changed to match the requirement of a stable ID prefix. (WL #10561) Document Store: When creating a new connection, multiple hosts now can be specified as part ... MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
(WL #10948) Document Store: When creating a new session, multiple hosts can be tried until a successful connection is established. For example: SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://myuser@localhost/mysess\", \"appdata\": { ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-23.html
(Bug #32135124, Bug #98946) Microsoft Access halted when opening a linked table with only a JSON column. The JSON column type is now supported, and JSON data is only editable if another column is used as a primary key. Because JSON is a long data ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-14.html
(WL #12607) The count() method's error message was unclear when the table or collection was missing. (Bug #28646344, Bug #92416) With Python 2.7 and use_pure=False, unicode characters in table object operations would cause an unexpected halt.
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-16.html
For general information about connection attributes, see Performance Schema Connection Attribute Tables. Returning a session to the pool drops session-related objects such as temporary tables, session variables, and transactions, but the connection ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Two informative text files were added: INFO_BIN contains information about the build environment used to produce the distribution, and INFO_SRC provides information about the product version and the source repository from which the distribution was ...