Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-31.html
(Bug #34486645) Now the connection collation can now be specified via INITSTMT; when before setting it was overridden by the ODBC driver. Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which Connector/ODBC ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-17.html
Example usage: ["A", "B", "C"] overlaps $.field (WL #12737) Added support for the utf8mb4_0900_bin collation added in MySQL Server 8.0.17. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Prepared statement support was added ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
(Bug #31267800) When creating an index on a collection, if a collation was specified but the field is not of the type TEXT, then an error message was generated with a wrong field type. Functionality Added or Changed Bugs Fixed Functionality Added ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-29.html
(Bug #21528553) When connecting to MySQL Server versions previous to 5.7.35, servers failed to execute change_user commands due to the default collation used by Connector/Python, a problem which affected connection pooling functionality by raising ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed When a connection disabled SSL Mode using ssl_disabled=True (or with ssl-mode='DISABLED' for X Protocol connections), specifying other TLS or SSL connection options caused Connector/Python to throw an ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-31.html
(WL #15156) Bugs Fixed The pure Python implementation unexpectedly delivered TEXT columns having binary (_bin) collations as byte objects. (Bug #21529893) The MySQLConnection.set_charset_collation() method returned an UnboundLocalError exception ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-32.html
(Bug #34690501) Connecting to MariaDB failed with an unsupported character set because the default MySQL character set collation was specific to MySQL 8.0. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed distutils ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-6.html
(Bug #27368032) MySQL Server 8.0 utf8mb4 collations were missing from Connector/Python. 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-9-0-0.html
(Bug #114985, Bug #36611371, WL #16350) With the C extension, the collation connection option was ignored. Functionality Added or Changed Bugs Fixed Functionality Added or Changed The required Python Protobuf version installed with the X DevAPI ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-1-0.html
(Bug #115418, Bug #36765200) The connector sent two bytes for the collation in the response packet, instead of one. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Dropped support for building DEB packages in favor of using ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-generate-embeddings.html
This section describes how to generate vector embeddings using the ML_EMBED_ROW MySQL HeatWave GenAI routine. Vector embeddings are a numerical representation of the text that capture the semantics of the data and relationships to other data. You ...