Fork me on GitHub
#datomic
<
2019-07-29
>
jaihindhreddy12:07:24

If a Datomic DB contains [e :a v 40 true], is asserting [e :a v 42 true] a no-op?

souenzzo12:07:17

@jaihindhreddy it will generate just the [e :db/txInstant #inst"now" true]

jaihindhreddy12:07:51

Got it. And that would mean, we would know that fact(s) that were already true were reasserted, but not which ones exactly.

👍 4