maddyblue/sqlfmt

changing the casing of table names and columns is dangerous

BramGruneir opened this issue · 1 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.