Search



Search Results
Displaying 971 to 980 of 1907 total results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/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-shell-js/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 is the X DevAPI User Guide for MySQL Shell in ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/processing-warnings.html
Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process these warnings the replied result object of Session.commit(); or Session.rollback(); needs to be checked. The ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/transaction-handling.html
Transactions can be used to group operations into an atomic unit. Either all operations of a transaction succeed when they are committed, or none. It is possible to roll back a transaction as long as it has not been committed. Transactions can be ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-savepoints.html
For example, consider the following statements with no explicit BEGIN, session.startTransaction() or similar call: session.setSavepoint('testsavepoint'); session.releaseSavepoint('testsavepoint'); If autocommit mode is enabled on the server, these ... X DevAPI supports savepoints, which enable you to set a named point within a transaction that you can revert ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/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-shell-python/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-shell-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 is the X DevAPI User Guide for MySQL Shell in Python ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/processing-warnings.html
Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process these warnings the replied result object of Session.commit(); or Session.rollback(); needs to be checked. The ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/transaction-handling.html
Transactions can be used to group operations into an atomic unit. Either all operations of a transaction succeed when they are committed, or none. It is possible to roll back a transaction as long as it has not been committed. Transactions can be ...
Displaying 971 to 980 of 1907 total results