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