Release Notes: ResultSetMetaData now returns the right values for the N data types, specifically for the methods getColumnType() and getColumnTypeName().
Release Notes: This release corrects the update count of BatchUpdateExceptions and adds support for ORA-28002 (the password will expire within X days).
Release Notes: A rare freeze up problem was fixed.
Release Notes: Concatenating LOB columns could lead to a hangup. naryStream() and empty streams (length = 0) were fixed. The error occurred only with streamstolob=true. A bug was fixed with large strings with updateString() and the data type LONG. ta.getColumns() ignored the schema pattern for synonyms larger than 32KB for updatable ResultSets. A bug in ResultSet.updateObject(x, Object) with large strings and large byte arrays was fixed. The property ignoreScale was added.
Release Notes: