Parsing improvements
- Support
\restrictand\unrestrictcommands found in SQL created bypg_dump(#935) (thanks to sophalter) - Treat a reserved word after
ASas an alias (#801, #972) (thanks to Christopher Pruijsen) - Support
%as the modulo operator in SingleStoreDB (#578, #971) (thanks to Max Freedom Pollard)
Formatting improvements
- Keep a space when densing
-before a negative operand (thanks to Sarath Francis) - Keep spaces around PostgreSQL
OPERATOR()withdenseOperators(#958) (thanks to Sarath Francis) - Remove extra space after
BETWEEN _ AND _expression (#959) (thanks to Sarath Francis) - Keep DuckDB array-slice colon dense inside
[](#960) (thanks to Vincent Gao)