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