We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5785736 commit e48000aCopy full SHA for e48000a
2 files changed
CHANGELOG
@@ -1,7 +1,9 @@
1
Development Version
2
-------------------
3
4
-Nothing yet.
+Bug Fixes
5
+
6
+* EXTENSION is now recognized as a keyword (issue785).
7
8
9
Release 0.5.1 (Jul 15, 2024)
sqlparse/keywords.py
@@ -846,6 +846,7 @@
846
'INHERIT': tokens.Keyword,
847
'INDEXES': tokens.Keyword,
848
'ON_ERROR_STOP': tokens.Keyword,
849
+ 'EXTENSION': tokens.Keyword,
850
851
'BYTEA': tokens.Keyword,
852
'BIGSERIAL': tokens.Keyword,
0 commit comments