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