[ http://issues.apache.org/jira/browse/DERBY-1235?page=comments#action_12376481 ]
Dyre Tjeldvoll commented on DERBY-1235: --------------------------------------- I forgot to say that my last comment is about the v2 patch (should be obvious), that I did not run derbyall again, but that jdbc4 passes, and that the patch removes an additional isPooled member variable in client/am/PreparedStatement40.java (on trunk there is an isPooled member variable in client/am/PreparedStatement40.java and client/am/PreparedStatement.java) > Move isPoolable() and setPoolable() from PreparedStatement to Statement > ----------------------------------------------------------------------- > > Key: DERBY-1235 > URL: http://issues.apache.org/jira/browse/DERBY-1235 > Project: Derby > Type: Improvement > Components: JDBC > Versions: 10.2.0.0 > Reporter: Rick Hillegas > Assignee: Dyre Tjeldvoll > Fix For: 10.2.0.0 > Attachments: derby-1235.v1.diff, derby-1235.v1.stat, derby-1235.v2.diff, > derby-1235.v2.stat, derbyall_report.v1.txt > > An upcoming release of jdk1.6 will move isPoolable() and setPoolable() from > PreparedStatement to Statement. We should conform. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
