Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
Locks can be requested several times for a given find or select statement. An acquired lock is held until the end of the current transaction. For X DevAPI, CollectionFind and TableSelect implement .lockExclusive() and .lockShared() methods, which ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
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 UseUsageAdvisor. (Bug ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-11.html
(WL #11618) Bugs Fixed Attempting to open the MySQL Web Configuration Tool, with Connector/NET and MySQL for Visual Studio prerequisites installed properly, displayed an error message instead of opening the tool. (Bug #24510329) Attempting to ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-29.html
(WL #14871) Bugs Fixed The MySqlDataReader.GetFieldValue<T> method returned an exception for calls attempting to retrieve the value of a BINARY column. X DevAPI Notes Functionality Added or Changed Bugs Fixed X DevAPI Notes An exception was raised ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-9-4-0.html
(Bug #117020, Bug #37462116) When using Entity Framework Core migrations to update the database schema with MySql.EntityFrameworkCore version 8.0.8, a System.NullReferenceException occured during the execution of a migration that included a ... Note ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/formatting-returnedvalues-reference.html
Attempting to change it in that manner results in an InvalidValueForTypeException error. To properly evaluate the data returned by the data collection, assign attributes to the returned values. Attributes are defined using the following format: ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/key-valuepair-reference.html
It is possible to return more than one row, using the result type CLASS_TYPE_1STCOL_ATTRIBUTES. This result type enables the return of a two-column result set as key-value pair. Unlike the default attributes, which are taken from the column name, ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/method-chaining.html
X DevAPI supports a number of modern practices to make working with CRUD operations easier and to fit naturally into modern development environments. This section explains how to use method chaining instead of working with SQL strings of JSON ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/method-chaining.html
X DevAPI supports a number of modern practices to make working with CRUD operations easier and to fit naturally into modern development environments. This section explains how to use method chaining instead of working with SQL strings of JSON ...