Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-33.html
If the libmysql client library or MySQL Server version being used lack support for query attributes, then returning related connection-attribute errors is not possible. (WL #15425) Bugs Fixed X DevAPI: Operations attempting to modify an entire ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
If a user creates a table with text columns that use a non-UTF-8 character set, and this column holds a string with non-ASCII characters, errors will occur for attempts to access that string (for example, in a query result). (Bug #25858159) Compiler ... MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-18.html
Now, SET statements in sandbox mode with an expired password are prohibited and will return an error message if used. (Bug #28383721, Bug #91751) Entity Framework Core: A syntax error was generated during an operation attempting to rename a table ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
(WL #10563) The AutoEnlist and IncludeSecurityAsserts connection-string options are not appropriate for use by applications that target .NET Core and now return an error when used. (Bug #26026972, Bug #86199) Document Store: Passing in a value of 0 ...For example: SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://myuser@localhost/mysess\", \"appdata\": { \"biz\": \"quux\" } }" ); SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://test@localhost/mysess\", \"appdata\": { \"tar\": \"zzzz\" } }" ); The mysess.uri and mysess.appdata values set by the first statement are replaced with the new values set by the second ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-24.html
Typically, the client would see Lost connection to MySQL server during query (CR_SERVER_LOST) or MySQL server has gone away (CR_SERVER_GONE_ERROR). In such cases, the server now writes the reason to the connection before closing it, and the client ... 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 version ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-1-0.html
(Bug #36929669) Fixed a memory leak that occurred when emitting SQL_DATE errors. (Bug #115710, Bug #36894687) Having a number of bound parameters greater than the number of placeholders in the corresponding SQL query could emit an error, as the ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-1-0.html
Closing a connection multiple times could cause a fatal deallocation error in Connector/Python 8.0.33. (Bug #110879, Bug #35349093) An error was raised when setting the database name on a connection that included non-alphanumeric characters. (Bug ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-3-0.html
Using them now results in a ValueError or TypeError depending on the invalid arguments passed. (WL #16752) Bugs Fixed When executing a LOAD DATA LOCAL INFILE statement, Connector/Python now validates that the name of the client data file requested ... 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 connection ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-indexing.html
The Collection.createIndex() method fails with an error if an index with the same name already exists or if the index definition is not correctly formed. Important For MySQL 8.0.16 and earlier, fields that are JSON arrays are not supported in the ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-indexing.html
The Collection.createIndex() method fails with an error if an index with the same name already exists or if the index definition is not correctly formed. Important For MySQL 8.0.16 and earlier, fields that are JSON arrays are not supported in the ...