Bugs fixed:
Streamlined character conversion and
byte[]handling inPreparedStatementsforsetByte().Fixed
PreparedStatement.executeBatch()parameter overwriting.Added quoted identifiers to database names for
Connection.setCatalog.Added support for 4.0.8-style large packets.
Reduce memory footprint of
PreparedStatementsby sharing outbound packet withMysqlIO.Added
strictUpdatesproperty to enable control of amount of checking for “correctness” of updatable result sets. Set this tofalseif you want faster updatable result sets and you know that you create them fromSELECTstatements on tables with primary keys and that you have selected all primary keys in your query.Added support for quoted identifiers in
PreparedStatementparser.