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