This release contains the following changes and fixes:
Connection.getMetaData().getColumns
result set contains wrong (empty) COLUMN_DEF
if column type was defined using domain (JDBC-388)getMoreResults
will allow getUpdateCount
to actually return the update count where previously it always returned -1
. This also allows obtaining the update count after a select query (even when executed using executeQuery
). For selects the result will usually be 0
.SELECT
statements are processed for getGeneratedKeys
by appending RETURNING
(+ all columnnames) (JDBC-391)The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.8</version>