Skip to content

Commit 1ced2da

Browse files
committed
Revert last change.
STATE is a keyword.
1 parent cb413ec commit 1ced2da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlparse/keywords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
'SQLWARNING': tokens.Keyword,
405405
'STABLE': tokens.Keyword,
406406
'START': tokens.Keyword.DML,
407-
#'STATE': tokens.Keyword,
407+
'STATE': tokens.Keyword,
408408
'STATEMENT': tokens.Keyword,
409409
'STATIC': tokens.Keyword,
410410
'STATISTICS': tokens.Keyword,

0 commit comments

Comments
 (0)