Author: phd
Date: Mon Nov 22 10:50:39 2010
New Revision: 4287
Log:
Merged revision 4286 from branch 0.15: MySQL Connector/Python, oursql MySQL bindings, pyfirebirdsql.
Modified:
SQLObject/trunk/docs/TODO.txt
Modified: SQLObject/trunk/docs/TODO.txt
==============================================================================
--- SQLObject/trunk/docs/TODO.txt Mon Nov 22 10:49:24 2010 (r4286)
+++ SQLObject/trunk/docs/TODO.txt Mon Nov 22 10:50:39 2010 (r4287)
@@ -83,6 +83,12 @@
* py-postgresql driver: http://python.projects.postgresql.org/
+* MySQL Connector/Python: https://launchpad.net/myconnpy
+
+* oursql MySQL bindings: https://launchpad.net/oursql
+
+* pyfirebirdsql: https://github.com/nakagami/pyfirebirdsql
+
* dict API: use getitem interface for column access instead of getattr; reserve
getattr for internal attributes only; this helps to avoid collisions with
internal attributes.
|