inferrinizzard
inferrinizzard
Merging this as an initial conversion to ESM, tree-shaking to be adding in a later PR
I see #132 , same issue here
Yes, definitely a use case for many SQL devs - this is along the lines of what the `keywordNewline` config was trying to achieve but now is easier with a...
There is also the reverse case: some functions do not require parentheses: ie. `CURRENT_DATE, TIMESTAMP, etc.`
Duplicate of #173 I'll make note of the consistent interest of adding Snowflake as a supported dialect. As for the differences between this upstream library and `snowsql-formatter`, this package has...
Great, #297 is a good example of a PR with a recently added language (Trino) so you can reference that to see what changes are needed
Declining this as Nearley looks like a better candidate for our existing implementation.
Hi, this issue is fixed in my fork here: https://github.com/inferrinizzard/prettier-sql https://www.npmjs.com/package/prettier-sql
@nene the issue here is not of the Postgres operators, which was already fixed in 5.x, it is of detecting whether the current language in VSCode is Postgres, which the...
This is correct, this issue only occurs with Postgres and MSSQL on VSCode since they each have their own respective Microsoft Language Extensions that don't provide a VSCode language context...