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