SQL Formatter v1.2.17 Release Notes

Release Date: 2014-01-12 // almost 11 years ago

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