]> git.phdru.name Git - sqlconvert.git/history - sqlconvert
Upgrade: http://phdru.name -> https://phdru.name
[sqlconvert.git] / sqlconvert /
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-06-10 Oleg BroytmanFeat(CI): Run tests with PostgreSQL
2017-04-30 Oleg BroytmanVersion 0.2.1: Convert README to reST 0.2.1
2017-04-30 Oleg BroytmanVersion 0.2.0 0.2.0
2017-04-26 Oleg BroytmanVersion 0.1.2: Fix dependencies 0.1.2
2017-04-26 Oleg BroytmanVersion 0.1.1: Install m_lib.defenc and m_lib from... 0.1.1
2017-04-15 Oleg BroytmanFix docstring format
2017-03-19 Oleg BroytmanVersion 0.1.0: Split extended INSERTs (mysql2sql) 0.1.0
2017-03-19 Oleg BroytmanSeparate split INSERTs with newlines
2017-03-19 Oleg BroytmanFix: test if token is an instance of Comment
2017-03-18 Oleg BroytmanVersion 0.0.8: Split extended INSERTs 0.0.8
2017-03-18 Oleg BroytmanSplit extended INSERTs
2017-03-12 Oleg BroytmanImplement is_insert()
2017-03-11 Oleg BroytmanRefactor is_comment_or_space
2016-09-30 Oleg BroytmanReorder processing
2016-09-28 Oleg BroytmanMake process_statement() a generator
2016-09-28 Oleg BroytmanClean up StatementGrouper on close
2016-09-28 Oleg BroytmanUse `return` instead `raise StopIteration`
2016-09-26 Oleg BroytmanFix a bug: assign buffer even if encoding is None
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 BroytmanUse SQLObject for string quoting
2016-09-25 Oleg BroytmanUnescape all known escapes
2016-09-25 Oleg BroytmanDo not test statements in StatementGrouper
2016-09-10 Oleg BroytmanUnescape strings
2016-09-10 Oleg BroytmanRename remove_directives -> remove_directive_tokens
2016-09-07 Oleg BroytmanVersion 0.0.5: Remove /*! directives */; and newlines... 0.0.5
2016-09-07 Oleg BroytmanSkip semicolons and newlines /*! directives */;
2016-09-07 Oleg BroytmanFix: flush buffer and outfile
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 BroytmanVersion 0.0.3: Rename the project: mysql2py -> sqlconvert 0.0.3
2016-09-04 Oleg BroytmanRename mysql2sql -> sqlconvert