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