Search Results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-11.html
Because MySQL 5.7 does not support document ID generation, the document-add operation returns an error if you do not define the _id's. (Bug #27639119) The mapped MySQL Server error codes were synced with MySQL Server 8.0.11. Functionality Added or ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-26.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1.0 and TLSv1.1 connection protocols now are deprecated and support for them is subject to removal in a future Connector/Python version.
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-28.html
(Bug #33409819, Bug #105012) Sent invalid 'params' argument definitions in execution methods to the server instead of raising an error; and this generated an error unrelated to the invalid parameter definition. Deprecation and Removal Notes ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-1-0.html
(WL #16452) Bugs Fixed Specifying a TLS v1.3 cipher with the tls_ciphersuites connection option halted with a "No cipher can be selected." error. (Bug #37013057) An unformatted error message was emitted for an unreachable host when using the pure ...
https://dev.mysql.com/doc/relnotes/connector-python/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This document contains release notes for the changes in ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-modify.html
An error is returned if no DocPath is supplied, or if DocPath is $ (use remove() instead if you want to delete a whole document). The following rules apply: If DocPath does not identify an array element, an error is returned. The ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-validation.html
Schema validation is performed by the server, which returns an error message if a document in a collection does not validate against the assigned JSON schema. If a document does not validate, the server generates an error and the operation fails.
https://dev.mysql.com/doc/x-devapi-userguide/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. License Restrictions This software and related documentation ...
https://dev.mysql.com/doc/x-devapi-userguide/en/synchronous-vs-asynchronous-execution.html
Traditionally, many MySQL drivers used a synchronous approach when executing SQL statements. This meant that operations such as opening connections and executing queries were blocked until completion, which could take a long time. To allow for ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-existing-collections.html
In order to retrieve a Collection object for an existing collection stored in the database call the getCollection() function from a Schema object. Note In most cases it is good practice to create database objects during development time and refrain ...