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