Search



Search Results
Displaying 781 to 790 of 2264 total results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
In addition to the new APIs introduced in MySQL Connector/C++ 8.0 (X DevAPI and X DevAPI for C), Connector/C++ now also supports the legacy API based on JDBC4. Applications written against the JDBC4-based API of Connector/C++ 1.1 can be also ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The .NET Core 2.0 implementation now supports the following connection-string options: AutoEnlist, InteractiveSession, Logging, Replication, and UseUsageAdvisor. (Bug ...API ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-11.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document Store: Connector/NET now supports the NOWAIT and SKIP_LOCKED locking options introduced in the MySQL 8.0 release series (see SELECT Statement). The following changes ...The Default enumeration member represents the previous behavior of waiting for the row locks to be ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-27.html
Specifically, if the private key and correct Oracle Cloud Infrastructure configuration are present on the client side, then a connection can be made without giving any options. (WL #14709) In Connector/ODBC 8.0.26, the capability was introduced for ...To ensure correct account mapping, the client-side Oracle Cloud Infrastructure configuration must contain a fingerprint of the API key to use for authentication (fingerprint entry) and the location of a PEM file with the private part of the API key (key_file ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-14.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed A default schema name can now be defined from the connection string. An example connection string: mysqlx://username:password@localhost:33160/myschema?ssl-mode=enabled where ...Statements executed using the session are executed against this default schema if no other schema is ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-17.html
(Bug #20862622, Bug #76643, WL #12735) Added connection attribute support for the classic connector; new connection attributes can be passed in with the "conn_attrs" connection argument. Example usage: test_config = {'user': 'myuser', 'port':3306, ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Prepared statement support was added to the C extension's (use_pure=False) ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for the WebauthN in FIDO (Fast Identity Online) authentication plugin (authentication_webauthn), and added a new webauthn_callback connection option. This ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-networking-category.html
Named Pipe Enabled On Windows only, indicates whether the server supports connections over named pipes. Port The number of the port on which the server listens for TCP/IP connections. Shared Memory Base Name On Windows only, the name of shared ...
https://dev.mysql.com/doc/x-devapi-userguide/en/error-handling.html
When writing scripts for MySQL Shell you can often simply rely on the exception handling done by MySQL Shell. For all other languages either proper exception handling is required to catch errors or the traditional error handling pattern needs to be ...
https://dev.mysql.com/doc/x-devapi-userguide/en/processing-warnings.html
"standard transaction handling" C++ Code /* Connector/C++ does not yet provide access to transaction warnings -- Session methods commit() and rollback() do not return a result object. Similar to the execution of single statements committing or ...
Displaying 781 to 790 of 2264 total results