diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-01-02 18:37:44 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2016-01-02 18:37:44 +0100 |
| commit | 56e72ace0e6dcc7b4faac9fe9a3de29371d07932 (patch) | |
| tree | 1308b69c568e8407966fbcd73472ce2ea2fa39ea /sqlparse | |
| parent | 1ff56f8ebde9e0153a2a205961914918090a1365 (diff) | |
| parent | 1ad556ff26ff01cc1251a53ae1b84747337c01d2 (diff) | |
| download | sqlparse-56e72ace0e6dcc7b4faac9fe9a3de29371d07932.tar.gz | |
Merge pull request #219 from shenlongxing/master
Add keyword 'SEQUENCE'
Diffstat (limited to 'sqlparse')
| -rw-r--r-- | sqlparse/keywords.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlparse/keywords.py b/sqlparse/keywords.py index b3bda86..b6c4246 100644 --- a/sqlparse/keywords.py +++ b/sqlparse/keywords.py @@ -379,6 +379,7 @@ KEYWORDS = { 'SECURITY': tokens.Keyword, 'SELF': tokens.Keyword, 'SENSITIVE': tokens.Keyword, + 'SEQUENCE': tokens.Keyword, 'SERIALIZABLE': tokens.Keyword, 'SERVER_NAME': tokens.Keyword, 'SESSION': tokens.Keyword, |
