Search Results
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/relnotes/connector-python/en/news-8-0-29.html
(Bug #81519, Bug #23324748) Attempts to insert Python ByteArray data into binary table columns failed when using the c-extension implementation of Connector/Python. Functionality Added or Changed Bugs Fixed Functionality Added or Changed When a ...
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/creating-a-collection.html
It returns a Collection object that can be used right away to, for example, insert documents into the database. In order to create a new collection call the createCollection() function from a Schema object. Optionally, for Connectors, the field ...