I'm experiencing a well-known problem with DBUtils 1.1 where sometimes NULLs are converted to 0 when read from the database -- http://issues.apache.org/jira/browse/DBUTILS-42
I see that DBUtils 1.2 fixes this problem. However, DBUtils 1.2 breaks my app. Before I commit to "fixing" my app, can anyone outline the amount of work required to upgrade one's app for use with DBUtils 1.2? I'm using the MS SQL Server JDBC driver. Thank you. Jim
