]> git.phdru.name Git - sqlconvert.git/history - mysql2sql
Rename scripts -> demo; move sample.sql into demo
[sqlconvert.git] / mysql2sql /
2016-08-27 Oleg BroytmanFix Python3 compatibility
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-14 Oleg BroytmanSimplify get_tokens_str; rename get_tokens_str -> tlist2str
2016-08-14 Oleg BroytmanUse token_list.flatten() to simplify tree traversing
2016-08-11 Oleg BroytmanSimplify print_tokens()
2016-08-04 Oleg BroytmanFind an error in parse tree
2016-08-04 Oleg BroytmanRefactor 'else if' to 'elif'
2016-08-03 Oleg BroytmanDo not output statement separators in print_tokens
2016-08-03 Oleg BroytmanMinor refactoring
2016-07-29 Oleg BroytmanUse ._pprint_tree() instead of print_subtree()
2016-07-23 Oleg BroytmanOutput tokens to an output stream instead of printing
2016-07-23 Oleg BroytmanAdd some initial code and a small demo script
2016-07-22 Oleg BroytmanInitial commit - created the project