diff options
| author | Andi Albrecht <andi@localhost.localdomain> | 2015-10-24 08:20:01 +0200 |
|---|---|---|
| committer | Andi Albrecht <andi@localhost.localdomain> | 2015-10-24 08:20:01 +0200 |
| commit | 86d2b23dc23f9d53ab46f22a1be5d559de04dd89 (patch) | |
| tree | 636f06a3c1903a1ce84ea2246a92ca5e6d96f01f /sqlparse | |
| parent | 8e2d2a3616cb6025f67c3a95884e58d1a8b07a96 (diff) | |
| parent | 841388fc22da9f6e58940e72d0da5d1186e3ec14 (diff) | |
| download | sqlparse-86d2b23dc23f9d53ab46f22a1be5d559de04dd89.tar.gz | |
Merge branch 'master' of github.com:andialbrecht/sqlparse
Diffstat (limited to 'sqlparse')
| -rw-r--r-- | sqlparse/engine/grouping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/engine/grouping.py b/sqlparse/engine/grouping.py index 132d06f..c8c2415 100644 --- a/sqlparse/engine/grouping.py +++ b/sqlparse/engine/grouping.py @@ -180,7 +180,7 @@ def group_identifier(tlist): else: if isinstance(t, sql.Comment) and t.is_multiline(): yield t - raise StopIteration + return def _next_token(tl, i): # chooses the next token. if two tokens are found then the |
