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