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