Use JVM charset with file names and
LOAD DATA [LOCAL]
.Fix infinite loop with
Connection.cleanup()
.Changed Ant target
compile-core
tocompile-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
INSERTS
withStatement.getGeneratedKeys()
.Unicode character 0xFFFF in a string would cause the driver to throw an
ArrayOutOfBoundsException
. . (Bug #378)Return correct number of generated keys when using
REPLACE
statements. (Bug #378)Optimized usage of
EscapeProcessor
. (Bug #378)Optimized row data decoding. (Bug #378)
Issue exception when operating on an already closed prepared statement. (Bug #378)
Fixed SJIS encoding bug, thanks to Naoto Sato. (Bug #378)
Fix row data decoding error when using very large packets. (Bug #378)
Fix problem detecting server character set in some cases. (Bug #378)
Allow multiple calls to
Statement.close()
. (Bug #378)Allow bogus URLs in
Driver.getPropertyInfo()
.