]> git.phdru.name Git - sqlconvert.git/history - tests
Move requote_names from process_tokens.py to process_mysql.py
[sqlconvert.git] / tests /
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 BroytmanFix flake8 warning
2016-09-03 Oleg BroytmanFix unicode test for Py3
2016-09-02 Oleg BroytmanUse encoding (default is utf-8) and unicode
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 BroytmanAllow whitespaces and comments after the last statement
2016-08-21 Oleg BroytmanGroup statements separated by semicolons
2016-08-14 Oleg BroytmanSimplify get_tokens_str; rename get_tokens_str -> tlist2str
2016-08-11 Oleg BroytmanFix the test
2016-07-28 Oleg BroytmanUse except SystemExit as msg for Python 3 compatibility
2016-07-25 Oleg BroytmanUse print function for Python 3 compatibility
2016-07-23 Oleg BroytmanAdd the first test
2016-07-22 Oleg BroytmanInitial commit - created the project