Results 31 issues of 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...

priority-high
in-progress

Instead of: ``` SELECT 1 FROM A WHERE b = c AND d = e ``` optionally have ``` SELECT 1 FROM A WHERE b = c AND d =...

priority-low

Suggested by Nina Werner

nice-to-have
priority-low

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...

priority-low

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...

priority-medium

Follow http://keepachangelog.com/en/1.0.0/

in-progress

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...

priority-high
in-progress

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...

nice-to-have