Skip to content

Commit

Permalink
Add keyword 'SEQUENCE'
Browse files Browse the repository at this point in the history
For now, sqlparse does not support 'create sequence' statement. Add keyword 'SEQUENCE' to support it.
  • Loading branch information
shenlongxing committed Dec 22, 2015
1 parent 1ff56f8 commit 1ad556f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlparse/keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@
'SECURITY': tokens.Keyword,
'SELF': tokens.Keyword,
'SENSITIVE': tokens.Keyword,
'SEQUENCE': tokens.Keyword,
'SERIALIZABLE': tokens.Keyword,
'SERVER_NAME': tokens.Keyword,
'SESSION': tokens.Keyword,
Expand Down

0 comments on commit 1ad556f

Please sign in to comment.