Search



Search Results
Displaying 1451 to 1460 of 1965 total results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-32.html
(Bug #108911, Bug #34773422) Using USE_TZ=True in the Django settings would raise this exception: ValueError: Not naive datetime (tzinfo is already set). (Bug #81572, Bug #23342572) Using MySQLConverter.escape() on datetime objects raised the error ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed distutils support, which is deprecated in Python 3.10 and removed in Python ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-6.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed A new bdist_wheel distutils command was added to build a Connector/Python wheel package. A new --static option was added that enables static linking for the C extension ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-2-0.html
Calling fido_callback now raises a deprecation error that suggests using webauthn_callback instead. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for the WebauthN in FIDO (Fast Identity Online) ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-4-0.html
(WL #16164) Known limitation of this release: because the mysql_native_password authentication plugin is disabled by default as of MySQL Server 8.4.0, some unit tests may generate errors unless the plugin is enabled. Functionality Added or Changed ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-0-0.html
Bugs Fixed With mysql.connector.aio, executing cmd_change_user() would emit a "Got packets out of order" error. Functionality Added or Changed Bugs Fixed Functionality Added or Changed The required Python Protobuf version installed with the X ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-remove.html
remove() returns an error if no search condition string is provided, or if an empty string is provided. The Collection.remove() function is for removing documents in a collection, similar to the DELETE statement for an SQL database. It takes a ...
https://dev.mysql.com/doc/x-devapi-userguide/en/creating-a-collection.html
Optionally, for Connectors, the field reuseExistingObject can be set to true and passed as second parameter to prevent an error being generated if a collection with the same name already exists. In order to create a new collection call the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/database-connection-example.html
The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X Plugin. Sessions are produced by the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-statement-execution.html
This section explains statement execution, with information on how to handle transactions and errors.
https://dev.mysql.com/doc/x-devapi-userguide/en/parameter-binding.html
You might want to check the results to avoid errors being lost. Instead of using values directly in an expression string it is good practice to separate values from the expression string. This is done using parameters in the expression string and ...
Displaying 1451 to 1460 of 1965 total results