]> git.phdru.name Git - sqlconvert.git/history - sqlconvert/process_tokens.py
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[sqlconvert.git] / sqlconvert / process_tokens.py
2023-12-13 Oleg BroytmanFix(Py3): `sqlparse` lost module `compat`
2021-01-16 Oleg BroytmanFix(process_tokens): Check if parser didn't produce...
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