Fork me on GitHub
#datomic
<
2017-08-11
>
uwo01:08:10

is there any way to tell apart the datoms in :tx-data that were transacted by the user versus ones that were tacked on like the transaction datum, and in some cases :db.alter/attribute datums?

marshall13:08:42

@uwo http://docs.datomic.com/transactions.html#making-temporary-ids The transaction datom is in a different partition, as are schema datoms

uwo13:08:11

@marshall thanks. I did notice that. Are the only other generated datoms db.atler and db.install (ignoring the retracts that are implicit in an update)

marshall13:08:20

but yes, i believe that’s it

uwo13:08:50

excellent. thanks!

tengstrand14:08:57

I found the problem, I need to add (:db-after db) instead of only db!

ibarrick18:08:23

Is there a version of the datomic client api that doesn't conflict with ring-jetty-adapter? There doesn't seem to be any permutation of exclusions that results in both datomic and lein ring server functioning correctly.