This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via 7ca3a7ed760aded7d5a159dfaaf74fd82c2e7e9f (commit)
from 1228c7cd9884b38ab16185ec15e2637d745b6841 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/7ca3a7ed760aded7d5a159dfaaf74fd82c2e7e9f
commit 7ca3a7ed760aded7d5a159dfaaf74fd82c2e7e9f
Author: Oleg Broytman <ph...@ph...>
Date: Fri Jan 5 20:37:17 2018 +0300
Docs: Update TODO
[skip ci]
diff --git a/docs/TODO.rst b/docs/TODO.rst
index 2ae19ac..8e5b307 100644
--- a/docs/TODO.rst
+++ b/docs/TODO.rst
@@ -1,8 +1,32 @@
TODO
----
+* Restore oursql driver; use our fork.
+
+* Fix test ordering problem with Postgres.
+
+* Fix unicode problems with pyodbc at AppVeyor.
+
+* Resolve timeout problems with MSSQL.
+
+* https://github.com/d33tah/bpgsql,
+ https://github.com/olopez32/py-bpgsql,
+ https://pypi.python.org/pypi/ocpgdb/2.0.2,
+ https://magicstack.github.io/asyncpg/current/.
+
* PyPy.
+* Use https://pypi.python.org/pypi/psycopg2cffi to run SQLObject
+ under PyPy.
+
+* https://pypi.python.org/pypi/turbodbc
+
+* PyODBC and PyPyODBC for linux and w32: SQLite (libsqliteodbc).
+
+* https://pypi.python.org/pypi/JayDeBeApi
+
+* Jython.
+
* Quote table/column names that are reserved keywords (order => "order",
values => `values` for MySQL).
-----------------------------------------------------------------------
Summary of changes:
docs/TODO.rst | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
hooks/post-receive
--
SQLObject development repository
|