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 "Mamta A. Satoor (JIRA)" <ji...@apache.org> on 2013/07/18 19:36:49 UTC

[jira] [Updated] (DERBY-1250) Harmonize repositioning requirement of FORWARD_ONLY and SCROLL_INSENSITIVE updatable result set after updateRow

     [ https://issues.apache.org/jira/browse/DERBY-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mamta A. Satoor updated DERBY-1250:
-----------------------------------

    Urgency: Low
     Labels: derby_triage10_11  (was: )
    
> Harmonize repositioning requirement of FORWARD_ONLY and SCROLL_INSENSITIVE updatable result set after updateRow
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1250
>                 URL: https://issues.apache.org/jira/browse/DERBY-1250
>             Project: Derby
>          Issue Type: Improvement
>          Components: JDBC, Network Client
>    Affects Versions: 10.0.2.0
>            Reporter: Dag H. Wanvik
>            Priority: Minor
>              Labels: derby_triage10_11
>
> For forward-only result sets, in the reference manual, under JDBC
> Reference, java.sql.Resultset (the second section with that name,
> btw!), Table1: JDBC 2.0 ResultSet Methods Supported, updateRow, 
> one can read :
> > After the row is updated, the ResultSet object will be positioned
> > before the next row. Before issuing any methods other than close on
> > the ResultSet object, the program will need to reposition the
> > ResultSet object by using the next() method.
> Presently, for scrollable insensitive result sets, there is no such
> requirement.
> These behaviors should be harmonized, to maximize ease-of-use.
> See also the discussion of this in the review thread of DERBY-775.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira