Search



Search Results
Displaying 271 to 275 of 275 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-11.html
(WL #10527) Bugs Fixed When an integer value in a JSON document is modified, it becomes a DOUBLE value to the MySQL server, which is returned with a decimal when fetched from the JSON document. Version 8.0.11 is the first General Availability ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-19.html
This patch adjusts Connector/J to those recent changes of MySQL Server and, as a result, DatabaseMetaData, ParameterMetaData, and ResultSetMetaData now report identical results for all the above-mentioned integer types and also for the FLOAT and ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-onnx-metadata.html
To learn more about model metadata in the model catalog, see Model Metadata. ONNX Inputs Info Use the data_types_map to map the data type of each column to an ONNX model data type. For example, to convert inputs of the type tensor(float) to ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-supported-data-types.html
AutoML has the following limitations for text usage: The ML_PREDICT_TABLE ml_results column contains the prediction results and the data. What's Next Learn more about the following: Additional AutoML Requirements AutoML Privileges Learn how to ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-bulk-load-mysql-server.html
MySQL includes a bulk load extension to the LOAD DATA statement. It can do the following: Optimize the loading of data sorted by primary key. Use a second session to monitor bulk load progress: If the data is sorted, there is a single stage: ...