| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 15.9.0 source code.tar.gz | 2026-09-23 | 303.9 kB | |
| 15.9.0 source code.zip | 2026-09-23 | 419.5 kB | |
| README.md | 2026-09-23 | 1.3 kB | |
| Totals: 3 Items | 724.6 kB | 0 | |
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)
Performance
- Avoid quadratic accumulation when parsing long SQL expression lists (#840, [#963]) (thanks to Alex Coleman)