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