Search



Search Results
Displaying 2471 to 2480 of 3141 total results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
The solution is to repair the Microsoft Visual C++ 2017 Redistributable via the Windows Control Panel to recreate the registry keys needed for the runtime detection. These new values request using the sha256_memory authentication mechanism when ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-21.html
(Bug #31296689) X DevAPI Notes For X DevAPI or X DevAPI for C applications, methods and functions that create or modify collections now accept options to enable validation of a JSON schema that documents must adhere to before they are permitted to ... Configuration Notes JSON Notes Security Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Configuration Notes The CMake configuration files were revised to work better when Connector/C++ is used as a subproject of application ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
(WL #11415) X DevAPI Notes It is now possible to use the Collection interface to create and drop indexes on document collections. In addition to the new APIs introduced in MySQL Connector/C++ 8.0 (X DevAPI and X DevAPI for C), Connector/C++ now ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
(Bug #28687769) Functionality Added or Changed Document Store: An incremental improvement was made to the performance of session creation with a connection string. (WL #11841) Bugs Fixed The CreateCommandBuilder and CreateDataAdapter methods were ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
(Bug #31458774, Bug #99793) An SQL syntax error was reported on valid code for creating a dynamic dropdown list from data in an ASP.NET Core application. (Bug #23171349, Bug #81179) Create Table statements generated with Entity Framework were ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-28.html
(Bug #103801, Bug #32933120) Connector/NET now uses the C# language’s implicit conversion to an enumeration when it creates a parameter with a value equal to zero. (Bug #82661, Bug #24495619) Default values being used could cause type ...
https://dev.mysql.com/doc/x-devapi-userguide/en/parameter-binding.html
Instead of using values directly in an expression string it is good practice to separate values from the expression string. This is done using parameters in the expression string and the bind() function to bind values to the parameters. Parameters ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-add.html
The collection needs to be created with the Schema.createCollection() function before documents can be inserted. // Create a new collection var myColl = db.createCollection('my_collection'); // Insert a document myColl.add({ name: 'Laurie', age: 19 ... The Collection.add() function is for storing documents in a collection, similar to the INSERT statement for an SQL ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-add.html
The collection needs to be created with the Schema.createCollection() function before documents can be inserted. # Create a new collection myColl = db.create_collection('my_collection') # Insert a document myColl.add({ 'name': 'Laurie', 'age': 19 ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-about-heatwave.html
Additionally, organizations can leverage the machine learning (ML) and generative artificial intelligence (GenAI) features of MySQL HeatWave for building predictive models, creating and enhancing AI-powered applications using proprietary data, and ... MySQL HeatWave is a fully-managed cloud service that enables organizations to efficiently run analytics, transactional processing, machine learning, generative AI, and vector processing using a single service without the need for extract, transfer, and load ...
Displaying 2471 to 2480 of 3141 total results