Bugs fixed:
Charsets now automatically detected. Optimized code for single-byte character set conversion.
Fixed
RowDataStatic.getAt()off-by-one bug.Fixed
ResultSet.getRow()off-by-one bug.Massive code clean-up to follow Java coding conventions (the time had come).
Implemented
ResultSet.getCharacterStream().Added limited
Clobfunctionality (ResultSet.getClob(),PreparedStatemtent.setClob(),PreparedStatement.setObject(Clob).Connection.isClosed()no longer “pings” the server.Connection.close()issuesrollback()whengetAutoCommit()isfalse.Added
socketTimeoutparameter to URL.Added
LOCAL TEMPORARYto table types inDatabaseMetaData.getTableTypes().Added
paranoidparameter, which sanitizes error messages by removing “sensitive” information from them (such as host names, ports, or user names), as well as clearing “sensitive” data structures when possible.