Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
some queries / inserts / updates std::string path= "/tmp"; conn->setClientOption(OPT_LOAD_DATA_LOCAL_DIR, path); // LOAD LOCAL DATA DIR ... Compilation Notes Connection Management Notes Legacy (JDBC API) Notes Bugs Fixed Compilation Notes ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-20.html
(WL #12980) Document Store: Connector/NET now provides JSON schema validation for a collection to enforce a certain structure that documents must adhere to before they are permitted to be inserted or updated. Functionality Added or Changed Bugs ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-29.html
X DevAPI Notes Functionality Added or Changed Bugs Fixed X DevAPI Notes An exception was raised when using a TableInsertStatement object to insert a string value containing special characters (- / \ % & =). (Bug #100314, Bug #31692694) ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-32.html
(Bug #99091, Bug #31087580) When executing multiple INSERT statements in one MySQLCommand call, the LastInsertedId property was set to zero because the connector read an extra OK packet from the server that omitted LastInsertedId. An Important ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-21.html
(Bug #31102234, WL #13564) Only a single value was being inserted instead of the array, with SQLParamOptions. Security Notes Bugs Fixed Security Notes For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-22.html
(Bug #31373948, Bug #95423) Inserting binary data (BLOBs) using SQLPutData() would report a syntax error. Functionality Added or Changed Bugs Fixed Functionality Added or Changed For enhanced security of the existing ENABLE_LOCAL_INFILE connection ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-30.html
Using utf8mb3 could cause problems, like incorrectly inserting and selecting emojis. Authentication Notes Character Set Support Compilation Notes Functionality Added or Changed Bugs Fixed Authentication Notes Password parameters escaped with curly ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
(WL #12501) Document Store: Connector/Python now provides JSON schema validation for a collection to enforce a certain structure that documents must adhere to before they are permitted to be inserted or updated. Functionality Added or Changed Bugs ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-validation.html
This enables you to require that documents have a certain structure before they can be inserted or updated in a collection. Collections can be configured to verify documents against a JSON schema. Schema validation is performed by the server, which ...
https://dev.mysql.com/doc/x-devapi-userguide/en/crud-ebnf-table-crud-functions.html
TableSelectFunction Table.select() and collection.find() use different methods for sorting results. Table.select() follows the SQL language naming and calls the sort method orderBy(). Use the method sort() to sort the results returned by ...