Search Results
Displaying 931 to 940
of 943 total results
- « Previous
- 92
- 93
- 94
- 95
- Next »
https://dev.mysql.com/doc/c-api/8.4/en/mysql-store-result.html
mysql_store_result() returns NULL if the statement did not return a result set (for example, if it was an INSERT statement), or an error occurred and reading of the result set failed. MYSQL_RES * mysql_store_result(MYSQL *mysql) Description Note ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
(Bug #27658489, Bug #89948) Rewriting prepared INSERT statements in a multiquery batch failed with a BatchUpdateException when the statements did not contain place holders. Version 8.0.13 is the latest General Availability release of the 8.0 series ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-14.html
(Bug #28606708) X DevAPI: Adding an empty document with executeAsync() resulted in an ERROR 5013 (Missing row data for Insert). Version 8.0.14 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-23.html
However, when Connector/J inserted a java.sql.TIME into the server as a MySQL TIME value, the fractional seconds were always truncated. Version 8.0.23 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-26.html
(Bug #32954396) Inserting a BLOB into a table using a server-side PreparedStatement resulted in a ClassCastException. Version 8.0.26 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-27.html
(Bug #33237255, Bug #104641) When cacheServerConfiguration was enabled and subsequent connections were configured with different character set options, inserting strings into a table resulted in an Incorrect string value error from the server.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-33.html
(Bug #109243, Bug #34852047) When the connection property useLocalTransactionState was set to true, after a number of insert statements were executed and the last one hit a unique constraint check, the transaction could not be rolled back. Version ...
https://dev.mysql.com/doc/mysql-router/9.4/en/router-read-write-splitting-statements.html
The following DML: CALL, INSERT, UPDATE, DELETE, REPLACE, IMPORT TABLE, LOAD DATA, LOAD XML, WITH...UPDATE/DELETE. The following describes read-only statements: Statements are read-only if they start with: SELECT DO VALUES TABLE WITH that is not ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-explanations-ml-explain-table.html
If you specify the output table and the input table as the same name, the predictions are inserted into the input table. ML_EXPLAIN_TABLE explains predictions for an entire table of unlabeled data. We recommend limiting the input table to a maximum ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-how-to-import-onnx.html
mysql> LOAD DATA INFILE 'iris_base64.onnx' INTO TABLE onnx_temp CHARACTER SET binary FIELDS TERMINATED BY '\t' LINES TERMINATED BY '\r' (onnx_string); Insert the loaded string into a session variable. This topic describes how to import an external ...
Displaying 931 to 940
of 943 total results
- « Previous
- 92
- 93
- 94
- 95
- Next »