]> git.phdru.name Git - sqlconvert.git/history - scripts/mysql2sql
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[sqlconvert.git] / scripts / mysql2sql
2023-12-13 Oleg BroytmanFix(Py3): `sqlparse` lost module `compat`
2021-01-21 Oleg BroytmanRefactor: Rename internal `statement` to `_statement`
2017-04-14 Oleg Broytman[mysql2sql] Show the name of the file being converted
2017-03-19 Oleg BroytmanFix mysql2sql: do not mix output and messages
2017-03-19 Oleg BroytmanFix mysql2sql: args.pg
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 BroytmanDo not test statements in StatementGrouper
2016-09-08 Oleg BroytmanCondense a sequence of newlines after a /*! directive */;
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...
2016-09-04 Oleg BroytmanRename mysql2sql -> sqlconvert
2016-09-03 Oleg BroytmanDisplay progress bar
2016-09-03 Oleg BroytmanRename mysql-to-sql.py -> mysql2py