how hard would it be for asami to support binding to qualified symbols? I'm writing a library that generates asami queries and it would be useful to be able to run queries like
(d/q '[:find ?_ ?user/foo
:where
[?_ :user/id 1]
[?_ :user/foo ?user/foo]]
conn)
for now I can call name but there's the possibility of collisionsOK, I will try to see why. I probably just use name on it somewhere, and will just need to be more careful
Hmmm, I found 2 small issues. One with aggregates, and the other with schema checking. Not your problem though. Aha. Found it. Easy fix.
Iām lying in bed with Covid right now, but should be able to get to it today.
thanks for looking into it. there's no rush, please take it easy
Try the new version 2.3.4
seems to work, thanks!
Interesting question. What happens with it now?
Nothing off the top my head would prevent this, but it never occurred to me to try
it just returns an empty sequence. works fine if you bind to just ?foo or something