Open quoll opened 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
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