sqlfmt
sqlfmt copied to clipboard
CREATE VIEW
Describe the bug
When I prepend create view MyView as to a query, sqlfmt no longer formats the file.
To Reproduce
CREATE VIEW myview AS SELECT * FROM mytable
Expected behavior
create view myview as select * from mytable
Actual behavior
CREATE VIEW myview AS SELECT * FROM mytable
Additional context
What is the output of sqlfmt --version?
sqlfmt, version 0.19.2
This is expected behavior right now; see #262
Got it. Thanks!