Due to a defect in the DB2 JDBC driver, GeoTools online DB2 testcases that create new features in a table that has an autogenerated key column are failing. This is specifically related to the GeoTools use of the JDBC addBatch() and executeBatch() functions. The DB2 JDBC support teams has been notified and responded that this problem is not likely to be fixed. The DB2DataStoreAPIOnlineTest, DB2EmptyGeometryOnlineTest and DB2GeometrylessOnlineTest classes have been changed to override the failing test units in the parent test classes and no-op them. Also, DB2SQLDialect has added comments to indicate why the JDBC support is failing. |