elliotchance / vsql

✌️ Single-file or PostgreSQL-server compatible transactional SQL database written in pure V.
https://vsql.readthedocs.io
MIT License
299 stars 20 forks source link

GROUP BY: Remove explicit is_agg() #175

Closed elliotchance closed 1 year ago

elliotchance commented 1 year ago

This was left over from the previous refactoring. While the previous error description is more helpful we must rely on the fallback error until a better solution can be added.