Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-23.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Previously, Connector/ODBC added client support for the MySQL Enterprise Edition SASL LDAP authentication plugin with SCRAM-SHA-1 as an authentication method. (WL #14250) Bugs ...Connector/ODBC now also supports SCRAM-SHA-256 as an alternative authentication method for classic MySQL protocol ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-27.html
It's enabled to behave like in the older versions the ODBC driver to not accept schema parameters and not declare support for schema functions. (Bug #33269861) Fixed the internal character set conversions of string data inside the driver; some ...To ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-3-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The AUTO_RECONNECT functionality was removed, and setting it returns SQL_SUCCESS_WITH_INFO with an HY000 error stating that it's no longer supported. (WL #15960) Bugs Fixed ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-19.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added DNS SRV support. To automatically resolve any SRV record available in a target DNS server or service discovery endpoint, use the mysqlx+srv scheme+extension in a X ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-27.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed In Connector/Python 8.0.26, the capability was introduced for applications that use the classic MySQL connections for accounts that use the authentication_kerberos server-side ...(WL #14669) Improved the DMG package as previously it assumed that XCode was installed to provide the Python ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-6.html
Names passed to these functions are checked to make sure that the name is not null or an empty string. Functionality Added or Changed Bugs Fixed Functionality Added or Changed A new bdist_wheel distutils command was added to build a ...A new ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-0-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The required Python Protobuf version installed with the X DevAPI connector was updated to version 4.25.3, as older versions could cause the connector to unexpectedly halt. (WL ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-1-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Dropped support for building DEB packages in favor of using pip to install the connector on Debian-based platforms. OpenID Connect functionality is supported by MySQL ...(WL ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-3-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Fixed the typing annotation of the close() function of MySQLConnectionAbstract and also made disconnect() an alias of close(), to improve clarity and consistency of the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-option-tracker.html
The option_tracker_usage_get() function returns a value similar to the following: mysql> SELECT option_tracker_usage_get('Berry Picker'); +----------------------------------------------------+ | option_tracker_usage_get('Berry Picker') | ...As of ...