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