yumingong opened DATAJDBC-19 and commented
When I use SimpleJdbcInsert.executeAndReturnKey to get the generated key, the spring throws exception: can not cast [java.lang.String] to [java.lang.Number], When i use the executeAndReturnKeyHolder, i can get the primary key, but the key is String, not long type
Affects: Ext 1.0 RC1