update doc on updatable cursors
-------------------------------
Key: DERBY-717
URL: http://issues.apache.org/jira/browse/DERBY-717
Project: Derby
Type: Improvement
Components: Documentation
Versions: 10.2.0.0
Reporter: Andreas Korneliussen
Assigned to: Andreas Korneliussen
Priority: Minor
The following section in the Derby reference manual should be changed from:
Cursors are read-only by default. For a cursor to be updatable, you must
specify FOR UPDATE in the FOR clause (see FOR UPDATE clause ).
to:
Cursors are read-only by default. For a cursor to be updatable, you must
specify FOR UPDATE in the FOR clause (see FOR UPDATE clause ), or use
concurrency mode ResultSet.CONCUR_UPDATABLE for the statement.
The change is necessary due to implementation of JIRA-231.
--
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