Skip to content

Commit 1ad556f

Browse files
committed
Add keyword 'SEQUENCE'
For now, sqlparse does not support 'create sequence' statement. Add keyword 'SEQUENCE' to support it.
1 parent 1ff56f8 commit 1ad556f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sqlparse/keywords.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@
379379
'SECURITY': tokens.Keyword,
380380
'SELF': tokens.Keyword,
381381
'SENSITIVE': tokens.Keyword,
382+
'SEQUENCE': tokens.Keyword,
382383
'SERIALIZABLE': tokens.Keyword,
383384
'SERVER_NAME': tokens.Keyword,
384385
'SESSION': tokens.Keyword,

0 commit comments

Comments
 (0)