v0.8.0
- Refactored the SQL translator to make it faster and easier to maintain.
- Improved error messages.
- Include columns added by
Define
to the output. - Report an error when
Agg
is used withoutGroup
. - Deduplicate identical aggregates in a
Group
subquery. - Support for
WITH
clause. - Updated the Tutorial/Usage Guide.