Bugs fixed:
ResultSet.insertRow()works now, even if not all columns are set (they will be set toNULL).Added
BytetoPreparedStatement.setObject().Fixed data parsing of
TIMESTAMPvalues with 2-digit years.Added
ISOLATIONlevel support toConnection.setIsolationLevel()DataBaseMetaData.getCrossReference()no longerArrayIndexOOB.ResultSet.getBoolean()now recognizes-1astrue.ResultSethas +/-Inf/inf support.getObject()onResultSetcorrectly doesTINYINT->ByteandSMALLINT->Short.Fixed
ArrayIndexOutOfBoundswhen sending largeBLOBqueries. (Max size packet was not being set)Fixed NPE on
PreparedStatement.executeUpdate()when all columns have not been set.Fixed
ResultSet.getBlob()ArrayIndexout-of-bounds.