clyfe / clara-eav

EAV triplets for Clara Rules, solving the update problem.

Home Page:https://cljdoc.org/d/clyfe/clara-eav/CURRENT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upsert of ->EAV or triplet with value nil fails

jtrunick opened this issue · comments

commented
  (er/upsert {:eav/eid -1 :some-keyword nil})
  (er/upsert (clara-eav.eav/->EAV -1 :some-keyword nil))
  (er/upsert [-1 :some-keyword nil])
  
  Only one of these works.
commented

(s/def ::v some?)

Should be "any?" I believe