Search



Search Results
Displaying 261 to 270 of 382 total results
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-27.html
(Bug #33097912) When querying a CHAR(36) column, reading a non-NULL value could emit an error if MySqlCommand was part of the prepared statement. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Previously, Connector/NET ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-20.html
(WL #13565) Bugs Fixed When using SQL_C_WCHAR with SQLGetData, binary data was not returned correctly as its hexacecimal representation. Related, using SQL_C_CHAR with SQLGetData did return binary data as hex. (Bug #28864788, Bug #92429) When ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-33.html
(WL #15482) Improved JSON data character support by presenting JSON columns as utf8mb4 strings instead of binary data. This change also affected the following ODBC functions: SQLColumns() result set changes: DATA_TYPE (column #5) and SQL_DATA_TYPE ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new OCI_CONFIG_PROFILE connection option to define a profile set in OCI_CONFIG_FILE; and it defaults to ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-2-0.html
(Bug #116657, Bug #37286526) For fixed column types, such as CHAR, having these fields contain unexpected multi-byte characters could cause a "returned data that does not match expected data length for column" error. Functionality Added or Changed ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-passwordvalidation-category.html
Length The minimum number of characters that passwords checked by the validate_password plugin must have. Mixed Case Count The minimum number of lowercase and uppercase characters that passwords checked by the validate_password plugin must have if ... Lists the Password Validation configuration metrics and provides a brief description of ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-connection-pool.html
X DevAPI supports connection pooling, which can reduce overhead for applications that open many connections to a MySQL Server. When opening a new Session with a Client, before a new network connection is opened, an attempt is made to retrieve from ...
https://dev.mysql.com/doc/x-devapi-userguide/en/mysql-x-expressions-ebnf-definitions.html
This section provides a visual reference guide to the grammar for the expression language used in X DevAPI.
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/mysql-x-expressions-ebnf-definitions.html
This section provides a visual reference guide to the grammar for the expression language used in X DevAPI.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/mysql-x-expressions-ebnf-definitions.html
This section provides a visual reference guide to the grammar for the expression language used in X DevAPI.
https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-auto-encoding.html
(The default group_concat_max_len setting is 1024 bytes.) mysql> SET SESSION group_concat_max_len = 1000000; mysql> SELECT GROUP_CONCAT(log->>"$.sql" SEPARATOR ' ') FROM sys.heatwave_advisor_report WHERE type = "sql" ORDER BY id; Usage Notes Auto ...
Displaying 261 to 270 of 382 total results