Bugs fixed:
Columns that are of type
TEXT
now return asStrings
when you usegetObject()
.Cleaned up exception handling when driver connects.
Fixed
RSMD.isWritable()
returning wrong value. Thanks to Moritz Maass.DatabaseMetaData.getPrimaryKeys()
now works correctly with respect tokey_seq
. Thanks to Brian Slesinsky.Fixed many JDBC-2.0 traversal, positioning bugs, especially with respect to empty result sets. Thanks to Ron Smits, Nick Brook, Cessar Garcia and Carlos Martinez.
No escape processing is done on
PreparedStatements
anymore per JDBC spec.Fixed some issues with updatability support in
ResultSet
when using multiple primary keys.