[
https://issues.apache.org/jira/browse/DERBY-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599240#action_12599240
]
Dag H. Wanvik commented on DERBY-3687:
--------------------------------------
I tried to comment out the check for this in Xact.java, and voila, the repro
worked!
(I commented out the call to
throwExceptionIfSQLSavepointNotAllowed(kindOfSavepoint)).
I don't know about any side effect of doing this, though, but I add this
observation just as
a data point for now.
> Make client driver allow nested savepoints
> ------------------------------------------
>
> Key: DERBY-3687
> URL: https://issues.apache.org/jira/browse/DERBY-3687
> Project: Derby
> Issue Type: Improvement
> Components: Network Client
> Reporter: Dag H. Wanvik
> Attachments: Main.java
>
>
> Currently, only the embedded driver allows nested savepoints, cf. the
> attached repro.
> In the interest of harmonizing the drivers it would be nice to make the
> client driver allow this as well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.