Thanks for quick turnaround and for logging the bug. I confirmed that 10.2.2.0 works as expected and look forward to seeing the fix in the next release. Thanks again.
Jared Roberts On Thu, Apr 30, 2009 at 3:23 AM, Knut Anders Hatlen <[email protected]> wrote: > Knut Anders Hatlen <[email protected]> writes: > >> I'm wondering if the problem you're seeing is a side-effect of >> DERBY-827. Before, a new result set would be created each time a >> statement was re-executed, so all the flags were implicitly reset on >> re-execution. Now, the result set objects are reused (which >> significantly improved the performance) and that means that variables >> must be reset explicitly between executions. DERBY-827 was fixed in >> 10.3.1.4, and I actually see the behaviour you're describing in that >> version, whereas 10.2.2.0 behaves as expected. I'll file a bug report. > > Logged: https://issues.apache.org/jira/browse/DERBY-4204 > > -- > Knut Anders >
