Bugs fixed:
ResultSet.insertRow()
works now, even if not all columns are set (they will be set toNULL
).Added
Byte
toPreparedStatement.setObject()
.Fixed data parsing of
TIMESTAMP
values with 2-digit years.Added
ISOLATION
level support toConnection.setIsolationLevel()
DataBaseMetaData.getCrossReference()
no longerArrayIndexOOB
.ResultSet.getBoolean()
now recognizes-1
astrue
.ResultSet
has +/-Inf/inf support.getObject()
onResultSet
correctly doesTINYINT
->Byte
andSMALLINT
->Short
.Fixed
ArrayIndexOutOfBounds
when sending largeBLOB
queries. (Max size packet was not being set)Fixed NPE on
PreparedStatement.executeUpdate()
when all columns have not been set.Fixed
ResultSet.getBlob()
ArrayIndex
out-of-bounds.