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