]> git.phdru.name Git - sqlconvert.git/history - sqlconvert/process_mysql.py
Tests: Use tox instead of tests/Makefile
[sqlconvert.git] / sqlconvert / process_mysql.py
2017-04-15 Oleg BroytmanFix docstring format
2017-03-19 Oleg BroytmanSeparate split INSERTs with newlines
2017-03-18 Oleg BroytmanSplit extended INSERTs
2017-03-12 Oleg BroytmanImplement is_insert()
2016-09-30 Oleg BroytmanReorder processing
2016-09-28 Oleg BroytmanMake process_statement() a generator
2016-09-26 Oleg BroytmanChange quoting style to MySQL, PostgreSQL or SQLite
2016-09-25 Oleg BroytmanUnescape all known escapes
2016-09-10 Oleg BroytmanUnescape strings
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...