Using PostgreSQL and Java 7, the createPreparedStatement in createWithAutoGeneratedKey sould not handle java.sql.Date and java.sql.Timestamp parameters correctly. Not a JDBC Repository issue directly; apparently, PostgreSQL's PreparedStatement setObject(i,v) does not determine the type. I had to add the following code.
Using PostgreSQL and Java 7, the createPreparedStatement in createWithAutoGeneratedKey sould not handle java.sql.Date and java.sql.Timestamp parameters correctly. Not a JDBC Repository issue directly; apparently, PostgreSQL's PreparedStatement setObject(i,v) does not determine the type. I had to add the following code.
I thought I'd let you know. I love this package.
Mark