You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2022. It is now read-only.
Describe the Feature
See: sql-formatter-org#124.
Currently we have limited support for tabular formatting in the form of CommaPosition and TabularAlias configs.
Table creation statements would prove a bit more challenging as the exact table create syntaxes vary between languages, it may have to wait for v6 (AST parsing).
Why do you want this feature?
Tabular support would support clear structure in often large masses of SQL text.
Info
How would you be calling / using the script?
All
What SQL language(s) does this apply to?
All
What Node version? (If applicable)
All
Additional context
Add any other context about the feature here.
Describe the Feature
See: sql-formatter-org#124.
Currently we have limited support for tabular formatting in the form of CommaPosition and TabularAlias configs.
Table creation statements would prove a bit more challenging as the exact table create syntaxes vary between languages, it may have to wait for v6 (AST parsing).
Why do you want this feature?
Tabular support would support clear structure in often large masses of SQL text.
Info
Additional context
Add any other context about the feature here.