I have patched my local copy to automatically uppercase any reserved keywords. So a submitted query like: ``` sql select * from blah as b ``` Gets formatted into ``` sql SELECT * FROM blah AS b ``` Is there any interest in me making a full pull request of this functionality?