]> git.phdru.name Git - sqlconvert.git/shortlog
sqlconvert.git
2016-09-03 Oleg BroytmanVersion 0.0.1: First release. Setup, tests and docs... 0.0.1
2016-09-03 Oleg BroytmanFix vim script
2016-09-03 Oleg BroytmanMinor fix in docs
2016-09-03 Oleg BroytmanFix unicode test for Py3
2016-09-03 Oleg BroytmanUse sphinx.ext.viewcode to include module's code
2016-09-03 Oleg BroytmanRequire m_lib
2016-09-03 Oleg Broytmangenapidocs: replace short options with long ones
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-28 Oleg BroytmanRadically simplify MANIFEST.in by using global-include
2016-08-28 Oleg BroytmanInclude API docs
2016-08-28 Oleg BroytmanStarted documentation
2016-08-27 Oleg BroytmanFix a bug: do not add additional newlines
2016-08-27 Oleg BroytmanAdd requirements_docs.txt
2016-08-27 Oleg BroytmanAdd script mysql-to-sql.py
2016-08-27 Oleg Broytmanfixup! Rename scripts -> demo; move sample.sql into...
2016-08-27 Oleg BroytmanInclude ez_setup.py into sdist
2016-08-27 Oleg BroytmanRename scripts -> demo; move sample.sql into demo
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 BroytmanSimplify test: use 'for' loop to loop over generator
2016-08-24 Oleg BroytmanAdd sample and scripts to sdist
2016-08-24 Oleg BroytmanA trailing space added by distutils
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 BroytmanExclude ez_setup.py from flake8 testing
2016-08-21 Oleg BroytmanRename scripts
2016-08-14 Oleg BroytmanRefactor identical code in the script
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 BroytmanFix the test
2016-08-11 Oleg BroytmanSimplify print_tokens()
2016-08-10 Oleg BroytmanRename mk-git-alias -> mk-git-aliases, add commit-with...
2016-08-10 Oleg BroytmanRename tag.vim -> get-commit-message.vim
2016-08-10 Oleg BroytmanRename mk-tag-alias -> mk-git-alias
2016-08-10 Oleg BroytmanRename tag-with-version to tag-with-message
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-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