]> git.phdru.name Git - sqlconvert.git/history - sqlconvert/process_mysql.py
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[sqlconvert.git] / sqlconvert / process_mysql.py
2020-02-27 Oleg BroytmanFix(process_mysql): Fix invalid escape sequence `\*`
2020-02-27 Oleg BroytmanFix: Adapt to newer `sqlparse`
2019-01-31 Oleg BroytmanStyle: Ignore flake8 W605 invalid \* escape
2017-11-03 Oleg BroytmanRefactor(process_mysql): Get DML type
2017-11-03 Oleg BroytmanRefactor(process_mysql): Rename quoting_style -> dbname
2017-10-26 Oleg BroytmanFeat(process_mysql): Get DML type instead of just testi...
2017-10-24 Oleg BroytmanFix misspelling in a comment
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...