hi, I would like to know if this behavior is expected:
(ds/conn-from-datoms [#datascript/Datom [1 :maker/name "BMW" 536870913 true]
#datascript/Datom [1 :maker/name "BMW" 536870914 false]])
#datascript/DB{:datoms [[1 :maker/name BMW 536870913] [1 :maker/name BMW 536870914]]}
i got into this scenario because I was loading the datoms from a persistent data structure. When I perform the same set of operations in memory, the database has no datoms for these fact
I think I will have to handle this situations when loading the datoms from past databases
Hi @cjsauer. Thanks, will give it a try
@iagwanderson what is the schema? that dictates which datoms are going to be built and how