Fork me on GitHub
#datomic
<
2017-12-09
>
boldaslove15623:12:10

Why this lookup-ref that has the same attribute name points to the same :db/id ?

boldaslove15623:12:13

(let [db (db/db @db/db-conn)
      eid1 (:db/id (db/entity db [:db/ident :db/retractEntity]))
      eid2 (:db/id (db/entity db [:db/ident :db.fn/retractEntity]))]
   (= eid1 eid2))