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