|
From: <jue...@we...> - 2004-08-31 15:31:24
|
I've adapted StatementCreatorUtils as follows: * StatementCreatorUtils uses specific PreparedStatement parameter setter = methods, as far as possible * added auto-conversion of java.util.Calendar to = java.sql.Date/Time/Timestamp, for SQL types DATE/TIME/TIMESTAMP * added auto-conversion of java.util.Date and java.util.Calendar to = java.sql.Date, in case of an unknown SQL type This was partly triggered by http://opensource.atlassian.com/projects/spring/browse/SPR-301 Thomas and co, please give the new version a try. It should essentially = work the same as before, just do a few more auto-conversions. Juergen |