This is a new Beta development release, fixing recently discovered bugs.
Functionality added or changed:
Setting the configuration property
rewriteBatchedStatements
totrue
will now cause the driver to rewrite batched prepared statements with more than 3 parameter sets in a batch into multi-statements (separated by ";") if they are not plain (that is, withoutSELECT
orON DUPLICATE KEY UPDATE
clauses)INSERT
orREPLACE
statements.