This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-04
Channels
- # arachne (1)
- # beginners (41)
- # boot (92)
- # capetown (8)
- # cider (10)
- # cljsjs (4)
- # cljsrn (42)
- # clojure (94)
- # clojure-india (1)
- # clojure-russia (48)
- # clojure-sanfrancisco (1)
- # clojure-spec (34)
- # clojure-uk (13)
- # clojurescript (29)
- # cursive (12)
- # datavis (4)
- # datomic (10)
- # dirac (63)
- # editors-rus (16)
- # emacs (57)
- # funcool (5)
- # hoplon (22)
- # jobs (2)
- # lein-figwheel (3)
- # leiningen (5)
- # onyx (51)
- # other-languages (2)
- # proton (1)
- # protorepl (2)
- # re-frame (34)
- # remote-jobs (1)
- # sfcljs (5)
- # spacemacs (1)
- # specter (2)
- # sql (20)
- # test-check (54)
- # yada (1)
seems someone is using http://terraform.io with Datomic already
I’m experiencing an issue with :db.fn/cas
failing when trying to compare dates (or #inst
) values
Not sure if this is related to using a with-db
in the tests, or just not possible
I read the old value directly from the entity, so not like I’m experiencing drift or recalculating it
Or if it is because the entities are components...
Seems related to with-db
, which makes kinda sense since I assume the transactor isn’t participating
That said, does anyone have a work around for applying transactions with :db.fn/cas
when using a with-db
?
Specifically for testing