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