]> git.phdru.name Git - sqlconvert.git/history - tests/test_tokens.py
Rename remove_directives -> remove_directive_tokens
[sqlconvert.git] / tests / test_tokens.py
2016-09-10 Oleg BroytmanRename remove_directives -> remove_directive_tokens
2016-09-07 Oleg BroytmanSkip semicolons and newlines /*! directives */;
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 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-14 Oleg BroytmanSimplify get_tokens_str; rename get_tokens_str -> tlist2str
2016-08-11 Oleg BroytmanFix the test
2016-07-23 Oleg BroytmanAdd the first test