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