v0.4.8
What's Changed
- Add support of
GROUPING SETS
syntax for the group by clause by @git-hulk in #150 - Add support of the typed placeholder parameters for INSERT statement by @git-hulk in #151
- Refactor expectTokenKind's return value to keep consistent with expectKeyword by @git-hulk in #152
- Fix INSERT INTO should allow the empty column list by @git-hulk in #153
Full Changelog: v0.4.6...v0.4.8