]> git.phdru.name Git - sqlconvert.git/history - scripts
Add MySQL-specific remove_directives() and process_statement()
[sqlconvert.git] / scripts /
2016-09-04 Oleg BroytmanAdd MySQL-specific remove_directives() and process_stat... 0.0.4
2016-09-04 Oleg BroytmanMove requote_names from process_tokens.py to process_my...
2016-09-04 Oleg BroytmanRename mysql2sql -> sqlconvert
2016-09-03 Oleg BroytmanDisplay progress bar
2016-09-03 Oleg BroytmanRename mysql-to-sql.py -> mysql2py
2016-09-02 Oleg BroytmanUse encoding (default is utf-8) and unicode
2016-09-02 Oleg BroytmanChange arguments handling
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