Hi,

While going through the clojure.contrib.sql sources I noticed at
several places that a new transaction is started to execute the
operation under. Case at hand: do-commands, do-prepared, update-or-
insert-values.
As far I understand, transactions belong to the user. The user should
decide what to execute under which transaction. By beginning
transaction inside these functions, is it assumed that the user can
wrap bigger constructs under her own transactions and that the JDBC
driver would support nested transactions?

Cheers,
Shantanu

-- 
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

Reply via email to