]> git.phdru.name Git - sqlconvert.git/shortlog
sqlconvert.git
2016-08-04 Oleg BroytmanFind an error in parse tree
2016-08-04 Oleg BroytmanRefactor 'else if' to 'elif'
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-08-03 Oleg BroytmanMinor refactoring
2016-08-03 Oleg BroytmanPass setup.py install option --optimize
2016-08-02 Oleg BroytmanMake tag-with-version alias
2016-07-30 Oleg BroytmanUpgrade ez_setup.py
2016-07-29 Oleg BroytmanRequire argparse for python 2.6
2016-07-29 Oleg BroytmanUse ._pprint_tree() instead of print_subtree()
2016-07-28 Oleg BroytmanDeclare Python 3 compatibility
2016-07-28 Oleg BroytmanUse except SystemExit as msg for Python 3 compatibility
2016-07-26 Oleg BroytmanExplain Ignore: E402
2016-07-25 Oleg BroytmanChange classifiers: intended audience are developers
2016-07-25 Oleg BroytmanUse print function for Python 3 compatibility
2016-07-23 Oleg BroytmanAdd the first test
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-23 Oleg BroytmanRequire sqlparse
2016-07-23 Oleg BroytmanBetter explain the project
2016-07-23 Oleg BroytmanFix flake8 warning
2016-07-22 Oleg BroytmanInitial commit - created the project