maddyblue / sqlfmt

SQL formatter with width-aware output

Home Page:https://sqlfum.pt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

changing the casing of table names and columns is dangerous

BramGruneir opened this issue · comments

Some implementations of SQL are case sensitive, this can be destructive.

https://stackoverflow.com/questions/153944/is-sql-syntax-case-sensitive

I'm not concerned about this. sqlfmt for now can be concerned only with cockroach correctness.