doxa
doxa copied to clipboard
nil value is treated the same as missing attribute
(dx/q '[:find ?e ?foo
:where [?e :foo ?foo]]
{[:id 1] {:foo nil}})
returns #{}
. I expect it to return #{[[:id 1] nil]}