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 "Dag H. Wanvik (JIRA)" <de...@db.apache.org> on 2006/04/24 17:54:05 UTC

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

Harmonize repositioning requirement of FORWARD_ONLY and SCROLL_INSENSITIVE updatable result set after updateRow
---------------------------------------------------------------------------------------------------------------

         Key: DERBY-1250
         URL: http://issues.apache.org/jira/browse/DERBY-1250
     Project: Derby
        Type: Improvement

  Components: JDBC, Network Client  
    Versions: 10.0.2.0    
    Reporter: Dag H. Wanvik
    Priority: Minor


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


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

Posted by "Jean T. Anderson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean T. Anderson updated DERBY-1250:
------------------------------------

    Attachment: test_file_ignore_me.txt

Testing to see if file upload works.

> 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
>
> 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.
-
You can reply to this email to add a comment to the issue online.


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

Posted by "Jean T. Anderson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean T. Anderson updated DERBY-1250:
------------------------------------

    Attachment:     (was: test_file_ignore_me.txt)

> 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
>
> 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.
-
You can reply to this email to add a comment to the issue online.