]> git.phdru.name Git - sqlconvert.git/blob - ChangeLog
[mysql2sql] Show the name of the file being converted
[sqlconvert.git] / ChangeLog
1 Version 0.1.0 (2017-03-19)
2
3    Split extended INSERTs (mysql2sql script).
4
5    Extend tests.
6
7 Version 0.0.8 (2017-03-18)
8
9    Split extended INSERTs (library and tests, scripts will be extended later).
10
11    Extend tests, increase test coverage.
12
13 Version 0.0.7 (2016-09-27)
14
15    Change quoting style to MySQL, PostgreSQL or SQLite.
16
17    Add a test for print_tokens().
18
19 Version 0.0.6 (2016-09-25)
20
21    Condense a sequence of newlines after a /*! directive */;
22
23    Rename remove_directives -> remove_directive_tokens.
24
25    Unescape strings. Add a test for Postgres.
26
27    Use SQLObject for string quoting and connection handling for tests.
28
29    Use pytest, coverage and tox for testing.
30
31    Add tests for Postgres and SQLite.
32
33 Version 0.0.5 (2016-09-07)
34
35    Remove /*! directives */; and newlines after them.
36
37    Join group-{file,sql}.py into demo-group.py
38         parse-{file,sql}.py into demo-parse.py.
39
40    Add demo-process.py.
41
42    Fix: flush buffer and outfile.
43
44 Version 0.0.4 (2016-09-04)
45
46    Add MySQL-specific remove_directives() and process_statement().
47
48 Version 0.0.3 (2016-09-04)
49
50    Rename the project: mysql2py -> sqlconvert.
51
52 Version 0.0.2 (2016-09-04)
53
54    Rename mysql-to-sql.py -> mysql2py.
55
56    Display progress bar.
57
58 Version 0.0.1 (2016-09-03)
59
60    First release. Setup, tests and docs infrastructure.