]> git.phdru.name Git - sqlconvert.git/commit
Do not test statements in StatementGrouper
authorOleg Broytman <phd@phdru.name>
Sun, 25 Sep 2016 01:36:23 +0000 (04:36 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 25 Sep 2016 01:36:23 +0000 (04:36 +0300)
commitaff066ceefb79333878baaf7c16e0a2206d26c5d
tree8890e78f9808808671f5560aa62718acf6ab6d85
parent7a5382ceebb5f853de1bed5fc574122006922479
Do not test statements in StatementGrouper

StatementGrouper simply raises StopIteration if there are no statements.
demo/demo-group.py
demo/demo-process.py
scripts/mysql2sql
sqlconvert/process_tokens.py