quoll / asami

A flexible graph store, written in Clojure
Eclipse Public License 1.0
329 stars 10 forks source link

Vars need to consider namespaces #16

Open quoll opened 1 year ago

quoll commented 1 year ago

https://github.com/quoll/asami/blob/1194563a030dc1adb596bcb788e4ee798bb39e82/src/asami/projection.cljc#L60 Only looks at the symbol name. If a namespace on a symbol exists then this should be considered instead. Also, look at aggregate binding selection and the schema test for cars in query.clj, as these also forget namespaces