Search Results
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-17.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Document Store: The Where() method is deprecated (Obsolete attribute applied) and will return a warning when called in the following method ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-20.html
(Bug #29838254) An attempt to read the record of a model class defined to correspond to a MySQL table with a property of type bool? (nullable Boolean), using the EF Core database context, returned an error message. Functionality Added or Changed ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
(Bug #31323788, Bug #94343) The mapping from the TINYINT and BIT data types to BOOLEAN was not performed as expected when scaffolding was used. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-23.html
(Bug #32208427) Incomplete validation limited the expected range of values that a stored procedure with a parameter of type Boolean could assign using the MySqlParameter.MySqlDbType property. Deprecation and Removal Notes Functionality Added or ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-13.html
The collection pooling options are: enabled: enables or disables connection pooling; boolean and defaults to true. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added Python 3.7 support. (Bug #27081809, Bug #87818, WL ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-16.html
The connection-attributes parameter value must be empty (the same as specifying true), a Boolean value (true or false to enable or disable the default attribute set), or a list or zero or more key=value specifiers separated by commas (to be sent in ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Two informative text files were added: INFO_BIN contains information about the build environment used to produce the distribution, and INFO_SRC provides information about the product version and the source repository from which the distribution was ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-12-1-0-3-0.html
If a boolean attribute's value was not present, it was reported as False. Functionality Added or Changed Oracle Enterprise Manager for MySQL Database includes support for the system and status variables added in MySQL 5.7.x. Metrics and Compliance ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-find.html
The find(SearchConditionStr) function is for searching documents in a collection, similar to the SELECT statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that should be ...
https://dev.mysql.com/doc/x-devapi-userguide/en/creating-a-collection.html
In order to create a new collection call the createCollection() function from a Schema object. It returns a Collection object that can be used right away to, for example, insert documents into the database. Optionally, for Connectors, the field ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-existing-collections.html
In order to retrieve a Collection object for an existing collection stored in the database call the getCollection() function from a Schema object. Note In most cases it is good practice to create database objects during development time and refrain ...