[ 
https://issues.apache.org/jira/browse/DERBY-3691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603560#action_12603560
 ] 

Knut Anders Hatlen commented on DERBY-3691:
-------------------------------------------

COMMIT and ROLLBACK are not part of Derby's SQL syntax, but ij understands them 
and translates them to the corresponding JDBC calls. These commands are 
documented in the Tools and Utilities Guide.

ROLLBACK TO SAVEPOINT, SAVEPOINT and RELEASE SAVEPOINT are part of Derby's SQL, 
and they are also part of the SQL standard, so I think it's a good idea to 
document them in the Reference Manual.

> Reference Manual missing information on transaction-related statements
> ----------------------------------------------------------------------
>
>                 Key: DERBY-3691
>                 URL: https://issues.apache.org/jira/browse/DERBY-3691
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.4.1.3
>            Reporter: Kim Haase
>            Priority: Minor
>
> The Derby Reference Manual does not currently document the following 
> statements:
> SAVEPOINT
> RELEASE
> COMMIT
> ROLLBACK
> Were they omitted deliberately in order to encourage people to use JDBC for 
> transaction-related work? If not, shouldn't they be added?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to