changing the casing of table names and columns is dangerous
BramGruneir opened this issue · 1 comments
BramGruneir commented
Some implementations of SQL are case sensitive, this can be destructive.
https://stackoverflow.com/questions/153944/is-sql-syntax-case-sensitive
maddyblue commented
I'm not concerned about this. sqlfmt for now can be concerned only with cockroach correctness.