You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Andreas Korneliussen (JIRA)" <de...@db.apache.org> on 2006/04/19 16:37:36 UTC

[jira] Updated: (DERBY-717) update doc on updatable cursors

     [ http://issues.apache.org/jira/browse/DERBY-717?page=all ]

Andreas Korneliussen updated DERBY-717:
---------------------------------------

    Description: 
The new features introduced in DERBY-695, DERBY-231, and DERBY-775 should be documented in the Derby reference manual.

This includes:
* updatable cursors do longer need to "FOR UPDATE" clause
* Scrollable insensitive resultsets can be updatable


  was:
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.


> 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
>     Assignee: Andreas Korneliussen
>     Priority: Minor

>
> The new features introduced in DERBY-695, DERBY-231, and DERBY-775 should be documented in the Derby reference manual.
> This includes:
> * updatable cursors do longer need to "FOR UPDATE" clause
> * Scrollable insensitive resultsets can be updatable

-- 
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