main
refactor(ast): rename Formatter interface to Dialect (#4208)
feat(ast): implement comprehensive SQL AST formatting (#4205)
gofmt -s -w . (#890)
Compile the sql/ast and sql/ast/pg packages into one (#673)
build(deps): bump wazero from 1.5.0 to 1.7.0 (#3284)
feat(sql/catalog): Support ALTER TABLE IF EXISTS (#2542)
Implement support for enum ordering (#2111)
Break out ast.go into multiple files (#506)
Implement ALTER TYPE SET SCHEMA (#2027)
feat(mysql): Add parser support for IS [NOT] NULL (#2651)
feat: add supporting COMMENT ON VIEW (#2249)
The experimental parser passes all tests (#515)
Detects nullable fields with LEFT_JOIN, OUTER_JOIN, or RIGHT_JOIN (#983)
feat(expander): Add star expander for SELECT * and RETURNING * (PostgreSQL, MySQL, SQLite) (#4203)
postgresql: Add support for renaming types (#971)
feat(postgresql): add analyzerv2 experiment for database-only analysis (#4237)
sql/ast: add enum values for SetOperation
fix(engine/sqlite): Fix ast when using compound operator (#2673)
feat(sql/ast): Render AST to SQL (#2815)