@@ -160,8 +160,7 @@ <h3>Minor features<a class="headerlink" href="#minor-features" title="Permalink
160
160
or ‘kinterbasdb’. Default is to test ‘fdb’ and ‘kinterbasdb’ in that
161
161
order. pyfirebirdsql is supported but untested.</ li >
162
162
< li > Add < code class ="docutils literal "> < span class ="pre "> driver</ span > </ code > keyword for MySQLConnection. Allowed value are ‘mysqldb’,
163
- ‘connector’, ‘oursql’ and ‘pymysql’. Default is to test for mysqldb only;
164
- (connector, oursql and pymysql drivers still cause problems).</ li >
163
+ ‘connector’, ‘oursql’ and ‘pymysql’. Default is to test for mysqldb only.</ li >
165
164
< li > Add support for < a class ="reference external " href ="https://pypi.python.org/pypi/mysql-connector "> MySQL Connector</ a > (pure python; < a class ="reference external " href ="https://dev.mysql.com/doc/connector-python/en/ "> binary
166
165
packages</ a > are not at
167
166
PyPI and hence are hard to install and test).</ li >
@@ -178,8 +177,9 @@ <h3>Drivers (work in progress)<a class="headerlink" href="#drivers-work-in-progr
178
177
< li > Add support for < a class ="reference external " href ="https://pypi.python.org/pypi/py-postgresql "> py-postgresql</ a > PostgreSQL driver. There
179
178
are still problems with the driver.</ li >
180
179
< li > Add support for < a class ="reference external " href ="https://pypi.python.org/pypi/pg8000 "> pg8000</ a >
181
- PostgreSQL driver. There are major problems with the driver.</ li >
182
- < li > Add support for < a class ="reference external " href ="https://pypi.python.org/pypi/firebirdsql "> pyfirebirdsql</ a > (untested).</ li >
180
+ PostgreSQL driver. There are major problems with the driver caused by both
181
+ the driver and SQLObject.</ li >
182
+ < li > Add support for < a class ="reference external " href ="https://pypi.python.org/pypi/firebirdsql "> pyfirebirdsql</ a > .</ li >
183
183
</ ul >
184
184
</ div >
185
185
< div class ="section " id ="documentation ">
@@ -202,6 +202,8 @@ <h3>Tests<a class="headerlink" href="#tests" title="Permalink to this headline">
202
202
< li > Drop < code class ="docutils literal "> < span class ="pre "> Circle</ span > < span class ="pre "> CI</ span > </ code > .</ li >
203
203
< li > Run at Travis CI tests with Firebird backend (server version 2.5; drivers fdb
204
204
and firebirdsql). There are problems with tests.</ li >
205
+ < li > Add appveyor for windows testing. Run tests with Postgres and MS SQL. There
206
+ are problems.</ li >
205
207
</ ul >
206
208
</ div >
207
209
</ div >
0 commit comments