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
create, insert, grant, etc., should raise a warning if parsed and we shouldn't try to format those queries. Should get added to a "skipped" count in the report
Or probably better to parse create...; as a DATA token. That way for files w/ DDL and a select statement we can still format the select statement.
Tracking issue for all of the different statements to parse: #262
The text was updated successfully, but these errors were encountered:
create
,insert
,grant
, etc., should raise a warning if parsed and we shouldn't try to format those queries. Should get added to a "skipped" count in the reportOr probably better to parse
create...;
as a DATA token. That way for files w/ DDL and a select statement we can still format the select statement.Tracking issue for all of the different statements to parse: #262
The text was updated successfully, but these errors were encountered: