Could you provide a bit more context?

We’re using clojure.java.jdbc very heavily in production and we don’t see any 
problems with exceptions.

Sean

Andy Chambers wrote on Friday, October 30, 2015 at 3:52 PM:
Has anyone found a way to "reset" a connection after a rollback?

It seems like after an exception is triggered, the connection cannot be used 
again, even if you just want to rollback and continue with the next insert. 
This is a problem if you want to both clean the database state by rolling back 
at the end of the test, and write code that uses the database for example to 
maintain a unique constraint.



-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to