Search



Search Results
Displaying 891 to 894 of 894 total results
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/relnotes/mysql-ai/en/news-9-6-0.html
This update enables users to efficiently merge new data from CSV files with existing data in the table, leveraging a temporary duplicate table and parallel readers to compare and insert records in the appropriate order. AutoML InnoDB Notes Bugs ...