sqlformat-rs
sqlformat-rs copied to clipboard
`uppercase=false` does not lowercase the query
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.