Tons of small fixes
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
(update-in [:query :where] conj where))]
|
||||
(reduce #(update-in %1 [:query :where] conj %2) query rest)))
|
||||
|
||||
(def default-read '(pull ?e [*]))
|
||||
(def default-read '(pull ?e [* {:client/_bank-accounts [:db/id]}]))
|
||||
|
||||
(defn <-datomic [x]
|
||||
(->> x
|
||||
|
||||
Reference in New Issue
Block a user