Skip to content

Commit dc462fc

Browse files
author
Cristian Orellana
committed
Issue 124 - Added COLLECT keyword
1 parent 930895f commit dc462fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlparse/keywords.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
'COLLATION_CATALOG': tokens.Keyword,
6969
'COLLATION_NAME': tokens.Keyword,
7070
'COLLATION_SCHEMA': tokens.Keyword,
71+
'COLLECT': tokens.Keyword,
7172
'COLUMN': tokens.Keyword,
7273
'COLUMN_NAME': tokens.Keyword,
7374
'COMMAND_FUNCTION': tokens.Keyword,

0 commit comments

Comments
 (0)