Update of /usr/cvs/Public/pygresql/docs
In directory druid.net:/tmp/cvs-serv7620

Modified Files:
        future.txt 
Log Message:
Added namedtuples to the wish list.
To see the diffs for this commit:
   
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/docs/future.txt.diff?r1=1.27&r2=1.28

Index: future.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/future.txt,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- future.txt  5 Dec 2008 15:00:18 -0000       1.27
+++ future.txt  5 Dec 2008 15:25:55 -0000       1.28
@@ -36,6 +36,9 @@
 - Support optional cursor and connection attribute "messages".
 - Connection as context manager (see http://tinyurl.com/6j9cef).
 - Users should be able to register their own types with _pg.
+- Let pg and pgdb support namedtuples (as available in Py 2.6).
+  pg could get a new method namedresult(), and pgdb could provide
+  a row factory for namedtuples (similar to sqlite3).
 - New methods in the classic module, similar to getresult() and
   dictresult(), but returning dictionaries of rows instead of lists
   of rows (with primary key or oids as keys).

_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to