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
I had some issues with sql-formatter and thought I would give this package a try.
In my normal migrations, I got syntax errors at "DO" statements. I also saw syntax errors at "create type" and "create operator" statements in these function definitions:
I had some issues with
sql-formatter
and thought I would give this package a try.In my normal migrations, I got syntax errors at "DO" statements. I also saw syntax errors at "create type" and "create operator" statements in these function definitions:
https://github.com/jetify-com/typeid-sql/tree/main/sql
https://github.com/jetify-com/typeid-sql/blob/main/sql/03_typeid.sql#L8
https://github.com/jetify-com/typeid-sql/blob/main/sql/04_operator.sql#L29
I am not blocked by this; I just wanted to leave the feedback in case it was helpful.
The text was updated successfully, but these errors were encountered: