Fork me on GitHub
#datomic
<
2016-08-04
>
robert-stuttaford03:08:59

seems someone is using http://terraform.io with Datomic already

kennethkalmer21:08:02

I’m experiencing an issue with :db.fn/cas failing when trying to compare dates (or #inst) values

kennethkalmer21:08:27

Not sure if this is related to using a with-db in the tests, or just not possible

kennethkalmer21:08:57

I read the old value directly from the entity, so not like I’m experiencing drift or recalculating it

kennethkalmer21:08:27

Or if it is because the entities are components...

kennethkalmer23:08:41

Seems related to with-db, which makes kinda sense since I assume the transactor isn’t participating

kennethkalmer23:08:26

That said, does anyone have a work around for applying transactions with :db.fn/caswhen using a with-db ?

kennethkalmer23:08:37

Specifically for testing