]> git.phdru.name Git - sqlconvert.git/blob - ChangeLog
Unescape strings
[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 Version 0.0.5 (2016-09-07)
10
11     Remove /*! directives */; and newlines after them.
12
13     Join group-{file,sql}.py into demo-group.py
14          parse-{file,sql}.py into demo-parse.py.
15
16     Add demo-process.py.
17
18     Fix: flush buffer and outfile.
19
20 Version 0.0.4 (2016-09-04)
21
22    Add MySQL-specific remove_directives() and process_statement().
23
24 Version 0.0.3 (2016-09-04)
25
26    Rename the project: mysql2py -> sqlconvert.
27
28 Version 0.0.2 (2016-09-04)
29
30    Rename mysql-to-sql.py -> mysql2py.
31
32    Display progress bar.
33
34 Version 0.0.1 (2016-09-03)
35
36    First release. Setup, tests and docs infrastructure.