[
https://issues.apache.org/jira/browse/DERBY-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dag H. Wanvik updated DERBY-3755:
---------------------------------
Attachment: derby-3755-2.stat
derby-3755-2.diff
Uploading a new version of the patch, derby-3755-2 which, for the English
locale, removes the out-of-date references to JDBC 1.x and adds a sentence
on default values. New text:
GET [SCROLL INSENSITIVE] [WITH {HOLD | NOHOLD}] CURSOR name AS 'SQL-J query';
-- gets a cursor (JDBC result set) on the query
-- the default is a forward-only cursor with
holdability
> ij's help text lacks the optional [HOLD | NOHOLD] syntax for GET CURSOR
> -----------------------------------------------------------------------
>
> Key: DERBY-3755
> URL: https://issues.apache.org/jira/browse/DERBY-3755
> Project: Derby
> Issue Type: Bug
> Components: Tools
> Reporter: Dag H. Wanvik
> Assignee: Dag H. Wanvik
> Priority: Minor
> Fix For: 10.5.0.0
>
> Attachments: derby-3755-2.diff, derby-3755-2.stat, derby-3755.diff,
> derby-3755.stat
>
>
> ij's help command shows the syntax of GET CURSOR as:
> GET [SCROLL INSENSITIVE] CURSOR name AS 'SQL-J query';
> -- gets a cursor (JDBC result set) on the query
> -- SCROLL cursors are only available
> -- in JDBC 2.0 and higher.
> -- (Cursor scroll type is ignored in JDBC
> 1.X.)
> One can actually also specify holdability, so the syntax show read:
> GET [SCROLL INSENSITIVE] [HOLD | NOHOLD] CURSOR name AS 'SQL-J query';
> and the comment should also state that HOLD is the default.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.