I'm trying to insert some values into MySQL db, via clojure.java.jdbc.
When I call my code from Leiningen REPL, I get:

IllegalStateException I/O in transaction 
 clojure.java.jdbc.internal/transaction* (internal.clj:212).


The same code runs without exception when executed outside repl (in my 
case, through "lein run").

I can imagine that repl causes some extra IO, but I can't see how it can 
happen *within* my jdbc transactions!

Somehow, I didn't manage to find the answer on google.

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