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