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
Tokens can be streamed, but formatting cannot as we might need up too complete lookbehind/lookahead.
However, if you want to support piping as requested in jdorn/sql-formatter#68, tokenization can be streamed on token basic and formatting done on query basic with separating detected using these two conditions
See jdorn/sql-formatter#68
The text was updated successfully, but these errors were encountered: