]> git.phdru.name Git - sqlconvert.git/history - scripts
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[sqlconvert.git] / scripts /
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
2016-09-02 Oleg BroytmanUse encoding (default is utf-8) and unicode
2016-09-02 Oleg BroytmanChange arguments handling
2016-09-02 Oleg BroytmanPrint error message
2016-08-27 Oleg BroytmanAdd script mysql-to-sql.py
2016-08-27 Oleg BroytmanRename scripts -> demo; move sample.sql into demo
2016-08-26 Oleg BroytmanCollect lines and reparse until the last statement...
2016-08-24 Oleg BroytmanProcess input stream line by line
2016-08-24 Oleg BroytmanAllow whitespaces and comments after the last statement
2016-08-21 Oleg BroytmanGroup statements separated by semicolons
2016-08-21 Oleg BroytmanRename scripts
2016-08-14 Oleg BroytmanRefactor identical code in the script
2016-08-05 Oleg BroytmanAdd a demo script that prints queries from a file
2016-08-04 Oleg BroytmanFind an error in parse tree
2016-08-03 Oleg BroytmanParse command-line queries separately
2016-08-03 Oleg BroytmanParse many queries from command line
2016-08-03 Oleg BroytmanDo not output statement separators in print_tokens
2016-07-29 Oleg BroytmanUse ._pprint_tree() instead of print_subtree()
2016-07-25 Oleg BroytmanUse print function for Python 3 compatibility
2016-07-23 Oleg BroytmanAdd some initial code and a small demo script