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