SQL Formatter v1.2.17 Release Notes
Release Date: 2014-01-12 // almost 11 years ago-
No data yet ๐
You can check the official repo
Previous changes from v1.2.16
-
๐ Summary of changes since last tagged release:
- โ Added
SqlFormatter::compress
method for formatting queries on a single line. Useful for copy/pasting into the command line - ๐ Improved reserved word detection. For example,
count
is only a reserved word when followed by parentheses now - More reserved words recognized
- ๐ Highlighting support for SQL variables and binary/hex numbers
- ๐ Better formatting of
LIMIT
clauses - Increased PHPUnit code coverage
- ๐ Performance improvements
- ๐ Better negative number formatting
- โ Added