]> git.phdru.name Git - sqlconvert.git/history - ChangeLog
[mysql2sql] Show the name of the file being converted
[sqlconvert.git] / ChangeLog
2017-03-19 Oleg BroytmanVersion 0.1.0: Split extended INSERTs (mysql2sql) 0.1.0
2017-03-18 Oleg BroytmanVersion 0.0.8: Split extended INSERTs 0.0.8
2017-03-12 Oleg BroytmanVarious minor updates in docs
2016-10-01 Oleg BroytmanAdd a test for is_newline_statement()
2016-09-26 Oleg BroytmanVersion 0.0.7: Change quoting style to MySQL, PostgreSQ... 0.0.7
2016-09-26 Oleg BroytmanAdd a test for print_tokens()
2016-09-26 Oleg BroytmanChange quoting style to MySQL, PostgreSQL or SQLite
2016-09-25 Oleg BroytmanVersion 0.0.6: string (un)escaping, tests with Pg/SQLite 0.0.6
2016-09-25 Oleg BroytmanAdd tests for SQLite
2016-09-25 Oleg BroytmanUse SQLObject for string quoting
2016-09-24 Oleg BroytmanAdd a test for unescaped strings for Postgres
2016-09-20 Oleg BroytmanUse coverage and tox for testing
2016-09-11 Oleg BroytmanUse pytest for testing
2016-09-10 Oleg BroytmanUnescape strings
2016-09-10 Oleg BroytmanRename remove_directives -> remove_directive_tokens
2016-09-08 Oleg BroytmanCondense a sequence of newlines after a /*! directive */;
2016-09-07 Oleg BroytmanVersion 0.0.5: Remove /*! directives */; and newlines... 0.0.5
2016-09-04 Oleg BroytmanAdd MySQL-specific remove_directives() and process_stat... 0.0.4
2016-09-04 Oleg BroytmanVersion 0.0.3: Rename the project: mysql2py -> sqlconvert 0.0.3
2016-09-03 Oleg BroytmanVersion 0.0.2: Rename mysql-to-sql.py -> mysql2py 0.0.2
2016-09-03 Oleg BroytmanVersion 0.0.1: First release. Setup, tests and docs... 0.0.1
2016-07-22 Oleg BroytmanInitial commit - created the project