[
https://issues.apache.org/jira/browse/DERBY-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kathey Marsden updated DERBY-152:
---------------------------------
Summary: Implement COMMIT SQL Statement (was: ERROR 42X01: Syntax error:
Encountered "commit" at line 1, column 1.)
Changing title to better reflect request.
> Implement COMMIT SQL Statement
> ------------------------------
>
> Key: DERBY-152
> URL: https://issues.apache.org/jira/browse/DERBY-152
> Project: Derby
> Issue Type: Wish
> Components: SQL
> Reporter: Bernd Ruehlicke
> Priority: Minor
>
> The following totally valid (but of course a little insane - since you could
> use _connection.commit() ) throws the ERROR 42X01 - which it should not do.
> Statement s = _connection.createStatement();
> try
> {
> s.execute("commit");
> }
> catch(Exception e)
> {
> e.printStackTrace();
> System.out.println("WOW - what happened here ?");
> };
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.