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
Black parses input and output code unless you use --fast as an extra safety check. I've been wanting to do this, but thought I was blocked by the lack of a good sql parser.
A much simpler option is to just lex the output, and make sure that the tokens are the same as those from the input (except for newlines and other gotchas tbd).
The text was updated successfully, but these errors were encountered:
Black parses input and output code unless you use
--fast
as an extra safety check. I've been wanting to do this, but thought I was blocked by the lack of a good sql parser.A much simpler option is to just lex the output, and make sure that the tokens are the same as those from the input (except for newlines and other gotchas tbd).
The text was updated successfully, but these errors were encountered: