]> git.phdru.name Git - sqlconvert.git/blob - docs/news.rst
Update installation instruction for virtual envs
[sqlconvert.git] / docs / news.rst
1 News
2 ====
3
4 Version 0.1.0 (2017-03-19)
5 --------------------------
6
7 * Split extended INSERTs (mysql2sql script).
8
9 * Extend tests.
10
11 Version 0.0.8 (2017-03-18)
12 --------------------------
13
14 * Split extended INSERTs (library and tests, scripts will be extended later).
15
16 * Extend tests, increase test coverage.
17
18 Version 0.0.7 (2016-09-27)
19 --------------------------
20
21 * Change quoting style to MySQL, PostgreSQL or SQLite.
22
23 * Add a test for print_tokens().
24
25 Version 0.0.6 (2016-09-25)
26 --------------------------
27
28 * Condense a sequence of newlines after a /\*! directive \*/;
29
30 * Rename remove_directives -> remove_directive_tokens.
31
32 * Unescape strings. Add a test for Postgres.
33
34 * Use SQLObject for string quoting and connection handling for tests.
35
36 * Use pytest, coverage and tox for testing.
37
38 * Add tests for Postgres and SQLite.
39
40 Version 0.0.5 (2016-09-07)
41 --------------------------
42
43 * Remove /\*! directives \*/; and newlines after them.
44
45 * Join group-{file,sql}.py into demo-group.py
46 * parse-{file,sql}.py into demo-parse.py.
47
48 * Add demo-process.py.
49
50 * Fix: flush buffer and outfile.
51
52 Version 0.0.4 (2016-09-04)
53 --------------------------
54
55 * Add MySQL-specific remove_directives() and process_statement().
56
57 Version 0.0.3 (2016-09-04)
58 --------------------------
59
60 * Rename the project: mysql2py -> sqlconvert.
61
62 Version 0.0.2 (2016-09-04)
63 --------------------------
64
65 * Rename mysql-to-sql.py -> mysql2py.
66
67 * Display progress bar.
68
69 Version 0.0.1 (2016-09-03)
70 --------------------------
71
72 * First release. Setup, tests and docs infrastructure.