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