- Upgrade pg_query to 6.1 to add support for latest mac OS version
- Remove no-op
NOT VALIDsetting when inlining constraints
- Introduce StatementAppender for better spacing between statements
- Add transform to remove SET commands with default values
- Remove preprocessors (no longer relevant now that we don't reuse the source string in the output)
- Sort table columns
- Sort schema migrations inserts
- Rework SQL formatting by only adding indentation to deparsed statements
- Get rid of
anbt-sql-formatterdependency since it breaks queries with type casting
- Proper deparsing of all statements
- Formatting of select and insert sub-statements using
anbt-sql-formatter
- Initial release