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