]> git.phdru.name Git - sqlconvert.git/blob - ChangeLog
76d89b942dd5d00a5d498fc7043fa12dfef7a186
[sqlconvert.git] / ChangeLog
1 Version 0.0.6 (2016-09-25)
2
3    Condense a sequence of newlines after a /*! directive */;
4
5    Rename remove_directives -> remove_directive_tokens.
6
7    Unescape strings. Add a test for Postgres.
8
9    Use SQLObject for string quoting and connection handling for tests.
10
11    Use pytest, coverage and tox for testing.
12
13    Add tests for Postgres and SQLite.
14
15 Version 0.0.5 (2016-09-07)
16
17    Remove /*! directives */; and newlines after them.
18
19    Join group-{file,sql}.py into demo-group.py
20         parse-{file,sql}.py into demo-parse.py.
21
22    Add demo-process.py.
23
24    Fix: flush buffer and outfile.
25
26 Version 0.0.4 (2016-09-04)
27
28    Add MySQL-specific remove_directives() and process_statement().
29
30 Version 0.0.3 (2016-09-04)
31
32    Rename the project: mysql2py -> sqlconvert.
33
34 Version 0.0.2 (2016-09-04)
35
36    Rename mysql-to-sql.py -> mysql2py.
37
38    Display progress bar.
39
40 Version 0.0.1 (2016-09-03)
41
42    First release. Setup, tests and docs infrastructure.