Inaccurate description of how a statement is completed in Developer's guide
---------------------------------------------------------------------------
Key: DERBY-4682
URL: https://issues.apache.org/jira/browse/DERBY-4682
Project: Derby
Issue Type: Bug
Components: Documentation
Affects Versions: 10.6.1.0
Reporter: Knut Anders Hatlen
Priority: Minor
The Developer's guide says this about how a statement is completed and
auto-committed:
http://db.apache.org/derby/docs/10.6/devguide/cdevconcepts29416.html
> In the case of a statement returning a ResultSet, the statement
> completes when the last row of the ResultSet has been retrieved or
> the ResultSet has been closed explicitly.
If a ResultSet is scrollable, the statement is not complete when the
last row has been retrieved. See the discussion here:
http://mail-archives.apache.org/mod_mbox/db-derby-dev/201005.mbox/%[email protected]%3e
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.