jdorn / sql-formatter

A lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting.
http://jdorn.github.com/sql-formatter/
MIT License
3.89k stars 186 forks source link

Please tag a new stable version of the library #81

Open stof opened 9 years ago

stof commented 9 years ago

Several bugs have been fixed since the 1.2.17 release. It would be great to release them, so that people using Composer with the default setting (allowing only stable versions of packages) can benefit from them

stof commented 9 years ago

@jdorn ping

greg0ire commented 4 years ago

For anyone reading this, we started a fork at Doctrine: https://github.com/doctrine/sql-formatter. Will tag a stable version after figuring out if there are anymore BC-breaks left to do