Apologies if this is a duplicate: I sent it in to the list earlier but
didn't see it appear.

 

There are four "Major" issues listed against the 1.1 release of
[dbutils].

 

DBUTILS-1 BeanListHandler and BeanHandler fail to support
java.sql.Date() The reporter of the bug supplied code to fix the issue.

 

DBUTILS-32 Tests fail to build under 1.6, and warning while compiling
source Alan Canon has supplied code in a JIRA comment to eliminate the
compiler errors and warnings under Java 6 SDK.

 

DBUTILS-3 Setting bean properties fails silently Alan Canon has supplied
code in a JIRA comment to throw a SQLException when the described
condition occurs, according to a recommendation made in a previous
comment.

 

DBUTILS-31 fillStatement setNull bug with the Derby JDBC driver Code is
present in the bug description, however it appears to have been prepared
to work against JDBC 3.0. The suggested patch uses
java.sql.ParameterMetaData, not present in JDK 1.4.2. Comments on the
bug suggest testing the JDBCMajor number to see what the JDBC version
is, and acting accordingly. Additionally, another comment states the
code would need to fall back to the JDBC 2.1 specification if the Oracle
JDBC driver throws an exception. Francis Townsend and Henri Yandell
posted comments recommending that this solution be put off for a future
release.

 

In addition, there are three "Minor" issues listed:

 

DBUTILS-17 ScalarHandler subclasses that return Integers and Longs
Sample implmentations are provided in the JIRA report. This also
addresses issues present in DBUTILS-27.

 

DBUTILS-27 QueryRunner.count(String, ...) methods for SELECT COUNT(...)
sql This one is an improvement with diffs provided. Henri Yandell
recommended it for the 1.1 release in a comment.

 

DBUTILS-17 ResultSetRowProcessor abstract handler and some classes
rework There are patches provided. This request for improvement is two
years old. Henri Yandell posted a comment earlier this year that says
"FIX or WONTFIX for 1.1."

 

These seven issues are all that are scheduled against the 1.1 release of
dbutils. Four other unscheduled issues are not described in this
message.

 

-- Alan Canon

 

Reply via email to