shssoichiro / sqlformat-rs

SQL Formatter written in Rust
Apache License 2.0
89 stars 26 forks source link

Ignore keywords for `uppercase=True` #33

Closed utkarshgupta137 closed 2 months ago

utkarshgupta137 commented 9 months ago

We use ClickHouse & it doesn't like STRING, it prefers String. It would be nice if we there was an ignore keyword list for uppercase.

wugeer commented 2 months ago

@utkarshgupta137 That sounds good, I'll give it a try and work on it. :)

wugeer commented 2 months ago

@utkarshgupta137 Since this modification conflicts with this PR https://github.com/shssoichiro/sqlformat-rs/pull/50, I plan to wait for this PR to end before submitting a new PR to fix this problem.

utkarshgupta137 commented 2 months ago

Waiting for a new release 👍🏻