Skip to content

Commit

Permalink
Merge pull request #219 from shenlongxing/master
Browse files Browse the repository at this point in the history
Add keyword 'SEQUENCE'
  • Loading branch information
andialbrecht committed Jan 2, 2016
2 parents 1ff56f8 + 1ad556f commit 56e72ac
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 56e72ac

Please sign in to comment.