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 187 forks source link

Uppercasing reserved words #86

Open quasipickle opened 8 years ago

quasipickle commented 8 years ago

Adds an “$uppercase” property to uppercase reserved words when formatting.

OO00O0O commented 8 years ago

Waiting :(