[SQL-CVS] r4523 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2012-04-20 14:37:24
|
Author: phd Date: Fri Apr 20 08:35:41 2012 New Revision: 4523 Log: Create JSONCol. Modified: SQLObject/trunk/docs/TODO.txt Modified: SQLObject/trunk/docs/TODO.txt ============================================================================== --- SQLObject/trunk/docs/TODO.txt Tue Apr 3 13:25:40 2012 (r4522) +++ SQLObject/trunk/docs/TODO.txt Fri Apr 20 08:35:41 2012 (r4523) @@ -45,6 +45,8 @@ * Stop supporting Python 2.5: remove import sets. +* Create JSONCol. + * Stop supporting Python 2.6: restore using urllib.splituser in _parseURI. * Expression columns - in SELECT but not in INSERT/UPDATE. Something like this:: |