doxa icon indicating copy to clipboard operation
doxa copied to clipboard

nil value is treated the same as missing attribute

Open nivekuil opened this issue 1 year ago • 0 comments

(dx/q '[:find ?e ?foo
	:where [?e :foo ?foo]]
      {[:id 1] {:foo nil}})

returns #{}. I expect it to return #{[[:id 1] nil]}

nivekuil avatar Sep 17 '23 16:09 nivekuil