asami 2023-09-27

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 collisions

OK, 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!

šŸŽ‰ 1

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