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
