Skip to content

Commit

Permalink
Add EXTENSION as keyword (fixes #785).
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Jul 19, 2024
1 parent 5785736 commit e48000a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Development Version
-------------------

Nothing yet.
Bug Fixes

* EXTENSION is now recognized as a keyword (issue785).


Release 0.5.1 (Jul 15, 2024)
Expand Down
1 change: 1 addition & 0 deletions sqlparse/keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@
'INHERIT': tokens.Keyword,
'INDEXES': tokens.Keyword,
'ON_ERROR_STOP': tokens.Keyword,
'EXTENSION': tokens.Keyword,

'BYTEA': tokens.Keyword,
'BIGSERIAL': tokens.Keyword,
Expand Down

0 comments on commit e48000a

Please sign in to comment.