Bugs fixed:
Fixed SJIS encoding bug, thanks to Naoto Sato. (Bug#378)
Fix problem detecting server character set in some cases. (Bug#378)
Allow multiple calls to
Statement.close(). (Bug#378)Return correct number of generated keys when using
REPLACEstatements. (Bug#378)Unicode character 0xFFFF in a string would cause the driver to throw an
ArrayOutOfBoundsException. . (Bug#378)Fix row data decoding error when using very large packets. (Bug#378)
Optimized row data decoding. (Bug#378)
Issue exception when operating on an already closed prepared statement. (Bug#378)
Optimized usage of
EscapeProcessor. (Bug#378)Use JVM charset with file names and
LOAD DATA [LOCAL] INFILE.Fix infinite loop with
Connection.cleanup().Changed Ant target
compile-coretocompile-driver, and made testsuite compilation a separate target.Fixed result set not getting set for
Statement.executeUpdate(), which affectedgetGeneratedKeys()andgetUpdateCount()in some cases.Return list of generated keys when using multi-value
INSERTSwithStatement.getGeneratedKeys().Allow bogus URLs in
Driver.getPropertyInfo().