Aside from urls and nomenclature, glimpse works.
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
|
||||
;; reset relationships if it's refs, and not a lookup (i.e., seq of maps, or empty seq)
|
||||
|
||||
(and (sequential? v) (= :db.type/tuple (ident->value-type a)))
|
||||
(and (sequential? v) (= :db.type/tuple (ident->value-type a)) (not (= :db.cardinality/many (ident->cardinality a))))
|
||||
(conj ops [:db/add e a v])
|
||||
|
||||
(and (sequential? v) (= :db.type/ref (ident->value-type a)) (every? map? v))
|
||||
|
||||
Reference in New Issue
Block a user