]> git.phdru.name Git - sqlconvert.git/history - demo
Docs: Update TODO
[sqlconvert.git] / demo /
2017-03-19 Oleg BroytmanUpdate extended INSERTs in demo.sql
2016-09-28 Oleg BroytmanMake process_statement() a generator
2016-09-28 Oleg BroytmanExtend demo.sql: add extended INSERTs with and w/o...
2016-09-25 Oleg BroytmanDo not test statements in StatementGrouper
2016-09-07 Oleg BroytmanFix flake8 warning: remove unused import
2016-09-07 Oleg BroytmanMake begin/end separators in demo scripts more evident
2016-09-05 Oleg BroytmanAdd demo-process.py
2016-09-05 Oleg BroytmanJoin demo scripts; add argparse parameters parsing
2016-09-05 Oleg BroytmanRemove processing from demo scripts
2016-09-05 Oleg BroytmanAdd a semicolon and a newline after directive
2016-09-05 Oleg BroytmanRename sample.sql -> demo.sql
2016-09-05 Oleg BroytmanSet encoding to utf-8 for demo scripts
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-02 Oleg BroytmanUse encoding (default is utf-8) and unicode
2016-08-27 Oleg BroytmanRename scripts -> demo; move sample.sql into demo