Add DROP IDENTITY, OVERRIDING SYSTEM VALUE to PostgreSQL clauses#820
Add DROP IDENTITY, OVERRIDING SYSTEM VALUE to PostgreSQL clauses#820nene merged 1 commit intosql-formatter-org:masterfrom
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
|
Thanks. This is useful. However I should point out that using |
|
Thanks for the review and merge! Interesting, I see that the commit f4cda21 adding this explanation was motivated by #809 (hi again @gajus 👋) Personally, I want this behavior - everything by default lowercase, and then the recognized keywords as uppercase. As such, I would personally evaluate each of these cases as (minor) bugs in SQL Formatter's dialects and keyword detection. Opened a new PR for these particular cases mentioned by @gajus: |
|
Thanks also for the release in |
Hey @nene, hope you're great! 👋 Happy New Year!
Quick PR to recognize
DROP IDENTITYandOVERRIDING SYSTEM VALUEas one-line clausesWith the configuration:
This makes the following change:
DROP IDENTITYOVERRIDING SYSTEM VALUE