]> git.phdru.name Git - sqlconvert.git/history - sqlconvert/process_tokens.py
Tests: Use tox instead of tests/Makefile
[sqlconvert.git] / sqlconvert / process_tokens.py
2017-03-19 Oleg BroytmanFix: test if token is an instance of Comment
2017-03-11 Oleg BroytmanRefactor is_comment_or_space
2016-09-28 Oleg BroytmanClean up StatementGrouper on close
2016-09-28 Oleg BroytmanUse `return` instead `raise StopIteration`
2016-09-25 Oleg BroytmanUse SQLObject for string quoting
2016-09-25 Oleg BroytmanDo not test statements in StatementGrouper
2016-09-07 Oleg BroytmanSkip semicolons and newlines /*! directives */;
2016-09-04 Oleg BroytmanMove requote_names from process_tokens.py to process_my...
2016-09-04 Oleg BroytmanRename mysql2sql -> sqlconvert