This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-23
Channels
- # beginners (81)
- # boot (1)
- # cider (1)
- # cljs-dev (15)
- # cljsrn (1)
- # clojure (26)
- # clojure-europe (9)
- # clojure-hamburg (2)
- # clojure-italy (6)
- # clojure-nl (6)
- # clojure-spec (10)
- # clojure-uk (33)
- # clojurescript (9)
- # clojurex (5)
- # cursive (14)
- # datomic (21)
- # devcards (2)
- # duct (72)
- # figwheel (1)
- # fulcro (6)
- # kaocha (3)
- # leiningen (5)
- # nrepl (10)
- # off-topic (65)
- # parinfer (12)
- # re-frame (68)
- # reagent (1)
- # reitit (14)
- # shadow-cljs (65)
- # spacemacs (6)
- # sql (4)
- # tools-deps (2)
- # yada (1)
> but it occurred to me that the rollback may not reset the auto-increment IDs in MySQL so those would just keep incrementing anyway. That’s got to be it. I’m using Postgres and yeah it looks like the auto-increment doesn’t reset, but the inserts are in fact rolled back.
Phew! I'm glad to hear that @ccann!
No worries. It definitely had me questioning whether there was a bug in clojure.java.jdbc
in its transaction handling, since that's some gnarly -- and very imperative -- code that deals with mutable state.