Tao Klerks
Tao Klerks
The "Enable Keyword Standardization" option on poorsql.com ("keywordStandardization" in the library) is misleadingly-named: It should more clearly reflect: - The fact that it is only safe for T-Sql, not for...
- T-SQL enhancements: - `OFFSET` and `FETCH NEXT`/`FETCH FIRST` paging - `THROW` statement in exception handling - new `SEQUENCE` object - Related DDL, eg `CREATE SEQUENCE` - Related DML, eg...
Instead of: ``` SELECT 1 FROM A WHERE b = c AND d = e ``` optionally have ``` SELECT 1 FROM A WHERE b = c AND d =...
Suggested by Nina Werner
Because inconsistency sucks.
Allen W Lee suggests on Twitter that better postgresql support would be appreciated: https://twitter.com/allenwlee/status/657278725726191616 This library was originally conceived as exclusively designed for T-SQL, but extra concessions/support was added for...
Just another little thing that would be more frierndly to other SQL dialects - USING seems pretty popular (rightly so) in MySql circles (it currently "works" but decides there's an...
Follow http://keepachangelog.com/en/1.0.0/
While answering a question from Richard King I came across the [ModelText control](http://www.modeltext.com/html/index.aspx) - turns out it's closed-source so might not be the besst choice (and may not work in...
Dan Dover references the following article, and suggests the formatter could provide options for more aggressively "cleaning up" the SQL provided (at least for T-SQL, the main supported SQL dialect...