Search



Search Results
Displaying 501 to 510 of 2652 total results
https://dev.mysql.com/doc/refman/8.4/en/query-attributes.html
The component implements a mysql_query_attribute_string() loadable function that takes an attribute name argument and returns the attribute value as a string, or NULL if the attribute does not exist. The following examples use the mysql client ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-creating-advisors-overview.html
The MySQL functions LEAST(), LOCATE(), ABS(), MOD(), NOW() (returns time since Unix epoch UTC in seconds), UNIX_TIMESTAMP (technically a no-op), and INTERVAL [n] SECOND, MINUTE, HOUR, WEEK, MONTH. The IF function: IF (condition, true_expression, ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-5.html
(Bug #37597512, Bug #37569333) The fprintf_string() function in mysqldump did not use the actual quote character for string escaping. As of this release, long strings, such as filenames and demangled functions, are written directly to the output.
https://dev.mysql.com/doc/workbench/en/wb-preferences-sql-editor.html
This section provides configuration options that affect the SQL editor functionality in MySQL Workbench. Figure 3.7 Preferences: SQL Editor: Query Editor Productivity Enable Code Completion in Editors The SQL Editor offers autocomplete ...Permits ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The following synonyms for the Server connection string option were deprecated in Connector/NET 8.0.22 and removed in 8.0.23: address, addr, and ...(Bug #31248601) Functionality Added or Changed Revisions to the MySql.Data.EntityFrameworkCore namespace reduced the number of public ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
To configure Connector/NET support for EF6: Edit the configuration sections in the app.config file to add the connection string and the Connector/NET provider. <connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" ... MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-using-character-sets.html
To insert 4-byte UTF8 strings into blob columns, use the .NET Encoding.GetBytes function to convert your string to a series of bytes. To try and alleviate this, MySQL Connector/NET supports a mode where binary blobs can be treated as strings. To do ... Treating Binary Blobs As UTF8 Before the introduction of 4-byte UTF-8 character set, MySQL did not support 4-byte UTF8 ...
https://dev.mysql.com/doc/connectors/en/connector-python-coding.html
For example, in MySQL tables, you typically use numeric IDs rather than string-based dictionary keys, so that the key values are compact and have a predictable length. The bad data might be accidental, such as out-of-range values or misformatted ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
To configure Connector/NET support for EF6: Edit the configuration sections in the app.config file to add the connection string and the Connector/NET provider. <connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" ... MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-using-character-sets.html
To insert 4-byte UTF8 strings into blob columns, use the .NET Encoding.GetBytes function to convert your string to a series of bytes. To try and alleviate this, MySQL Connector/NET supports a mode where binary blobs can be treated as strings. To do ... Treating Binary Blobs As UTF8 Before the introduction of 4-byte UTF-8 character set, MySQL did not support 4-byte UTF8 ...
Displaying 501 to 510 of 2652 total results