What's Changed
- Fix string escape sequences in lexer by @waterdrag0n in #209
- Add COMMENT support for CREATE DICTIONARY DDL statements by @sharadgaur in #210
- Add WITH FILL Support in ORDER BY by @Flo4604 in #211
- Parse compression codecs with no parameters by @swgillespie in #197
- Fix nil pointer for replicated database engine by @rabenhorst in #212
- Add support of parsing SETTING boolean values by @mdevilliers in #213
- Add support for table functions in CREATE TABLE AS statements by @swgillespie in #214
- Fix a crash with an invalid query following MODIFY QUERY by @swgillespie in #215
New Contributors
- @waterdrag0n made their first contribution in #209
- @Flo4604 made their first contribution in #211
- @swgillespie made their first contribution in #197
- @rabenhorst made their first contribution in #212
- @mdevilliers made their first contribution in #213
Full Changelog: v0.4.15...v0.4.17