]> git.phdru.name Git - sqlconvert.git/history - mysql2sql/process_tokens.py
Collect lines and reparse until the last statement is complete
[sqlconvert.git] / mysql2sql / process_tokens.py
2016-08-26 Oleg BroytmanCollect lines and reparse until the last statement...
2016-08-24 Oleg BroytmanProcess input stream line by line
2016-08-24 Oleg BroytmanAllow whitespaces and comments after the last statement
2016-08-21 Oleg BroytmanGroup statements separated by semicolons
2016-08-14 Oleg BroytmanUse .flatten() to avoid recursion
2016-08-04 Oleg BroytmanFind an error in parse tree
2016-08-04 Oleg BroytmanRefactor 'else if' to 'elif'
2016-08-03 Oleg BroytmanMinor refactoring
2016-07-23 Oleg BroytmanAdd some initial code and a small demo script