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