sqlformat-rs icon indicating copy to clipboard operation
sqlformat-rs copied to clipboard

`uppercase=false` does not lowercase the query

Open bbstilson opened this issue 2 years ago • 0 comments

Piggy backing off : https://github.com/nrempel/sleek/issues/16

If uppercase is false, the query is not lowercased. Either there should be an explicit flag to lowercase the query, or uppercase = false should lowercase the query.

bbstilson avatar Jun 29 '23 22:06 bbstilson