|
From: Tom T. <tom...@pr...> - 2004-06-29 06:27:13
|
Thanks Juergen! SqlTypeValues work fine now. Regards, Tom. On Mon, 28 Jun 2004 23:10:49 +0200, "j=FCrgen h=F6ller [werk3AT]" <jue...@we...> said: > Indeed, PreparedStatementCreatorFactory and > CallableStatementCreatorFactory need to apply the NativeJdbcExtractor for > unwrapping the PreparedStatement respectively CallableStatement. I had > just tested this with a plain JdbcTemplate, that's why I had not noticed > the missing unwrapping. >=20=20 > I've just fixed this, to be committed in a couple of minutes... >=20=20 > BTW, I've also moved the "resultSetType" and "updatableResults" > properties from SqlOperation up to RdbmsOperation, as SqlCall should > share those to pass them to the CallableStatementCreatorFactory. >=20=20 > Juergen |