]> git.phdru.name Git - sqlconvert.git/history - scripts
Print error message
[sqlconvert.git] / scripts /
2016-09-02 Oleg BroytmanPrint error message
2016-08-27 Oleg BroytmanAdd script mysql-to-sql.py
2016-08-27 Oleg BroytmanRename scripts -> demo; move sample.sql into demo
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-21 Oleg BroytmanRename scripts
2016-08-14 Oleg BroytmanRefactor identical code in the script
2016-08-05 Oleg BroytmanAdd a demo script that prints queries from a file
2016-08-04 Oleg BroytmanFind an error in parse tree
2016-08-03 Oleg BroytmanParse command-line queries separately
2016-08-03 Oleg BroytmanParse many queries from command line
2016-08-03 Oleg BroytmanDo not output statement separators in print_tokens
2016-07-29 Oleg BroytmanUse ._pprint_tree() instead of print_subtree()
2016-07-25 Oleg BroytmanUse print function for Python 3 compatibility
2016-07-23 Oleg BroytmanAdd some initial code and a small demo script