Shreyas Kaushik wrote: > I am planning to work on this may be this week, but definitely next > week. I did a similar fix for Blob and Timestamp. But as a part of the > patch for this I want to solve this problem not just for this specific > case but for all DataTypes where this problem could occur.
It would be good to expand the jdbcapi/parameterMapping.java test to cover tests for this bug. It already tests all the setXXX and getXXX against each SQL type and is table driven. Adding an additional section that handles executions through batching should be fairly easy. Currently it does execute a PreparedStatement so enhancingit to execute that PreparedStatemet as a batch as well should be doable. I'm willing to help out on modifying this test. Dan.
