Bugs fixed:
ResultSet.getDouble()now uses code built into JDK to be more precise (but slower).Fixed typo for
relaxAutoCommitparameter.LogicalHandle.isClosed()calls through to physical connection.Added SQL profiling (to
STDERR). SetprofileSql=truein your JDBC URL. SeeREADMEfor more information.PreparedStatementnow releases resources on.close(). (SF bug 553268)More code cleanup.
Quoted identifiers not used if server version does not support them. Also, if server started with
--ansior--sql-mode=ANSI_QUOTES, “"” will be used as an identifier quote character, otherwise “'” will be used.