[ http://issues.apache.org/jira/browse/DERBY-717?page=comments#action_12413095 ]
Andreas Korneliussen commented on DERBY-717: -------------------------------------------- > Forward only updatable result sets >> - Headings in the Dev. Guide are not consistent with respect to >> "ResultSets" vs. "result sets" >> - "cursors which can move forward and update rows". Would you >> call it a cursor if could not move forward? :-) >> - "On cursor held on commit" sounds strange. I suggest "cursors >> held open after a commit". This phrase is used in the "Holdable >> cursors" chapter. Or maybe you should use result set instead of >> cursor here. Here you talk about operations on cursors, what >> about operations on result sets? >> >> Holdable cursors >> - For scrollable result sets, I do not think it is true that >> next() and close() are the only valid operations after a commit. >> > You are here commenting on current doc, not the contribution. In this > document I only corrected which platforms holdable cursors are supported on. I only meant the comments for "Holdable cursors" were for the current doc, the comments on "Forward only updatable result sets" are part of the contribution, and will be addressed when I update the patch. > 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 > Attachments: DERBY-717.diff, DERBY-717.stat, DERBY-717v2.diff, > DERBY-717v3.diff, DERBY-717v3.stat, derby-717.tar.gz, derby-717v3.tar.gz > > The new features introduced in DERBY-690, DERBY-231, DERBY-775 and DERBY-100 > should be documented in the Derby developer guide. > This includes: > * updatable cursors do longer need to "FOR UPDATE" clause > * Scrollable insensitive resultsets can be updatable > * ResultSet.insertRow() -- 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
