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