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

Sean van Buggenum commented on DERBY-3687:
------------------------------------------

To clarify, for others coming across this problem and reading this bug report: 
t is a DB-wide restriction (of 1 Savepoint). 
Not one save-point per connection; just, one save point (per running database). 
i.e., even if you attempt to have a 2nd Savepoint on a different connection 
than the 1st  Savepoint was created, 
you hit this exception:   java.sql.SQLException: The maximum number of 
savepoints has been reached.
Looking forward to the fix! (10.9 ? ) 


> 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
>              Labels: derby_triage10_9
>         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 was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to