|
|
|
|
|
by mjibson
2815 days ago
|
|
The formatter adheres to CockroachDB rules which is why it acts like you describe. Case is insensitive in names unless you double quote it. Postgres-style (CockroachDB is one) uses "$1" for placeholders instead of "?". Adding "?" would complicate our grammar enough that it's not worth adding it. sqlfmt is not super useful for non-postgres grammars. |
|
Still how about not lowercasing identifiers? This is actually a blocker, I'm sure you see it:)