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

Modified Files:
        future.txt 
Log Message:
Updated to do list.
To see the diffs for this commit:
   
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/docs/future.txt.diff?r1=1.10&r2=1.11

Index: future.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/future.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- future.txt  19 Nov 2008 22:26:39 -0000      1.10
+++ future.txt  19 Nov 2008 22:34:30 -0000      1.11
@@ -52,12 +52,13 @@
 - Make use of PQexecParams() and PQprepare(). This could speed up
   executemany() and allow retrieving binary data directly by setting
   the resultFormat parameter to one.
+- Connection as context manager (see http://tinyurl.com/6j9cef).
 - Users should be able to register their own types with _pg.
 - I would like a new method that returns a dictionary
   of dictionaries from a SELECT.
 - Add support for persistent and pooled connections
-  that can be used in multi-threaded environments (we could simply
-  (add http://www.webwareforpython.org/DBUtils to the distribution).
+  that can be used in multi-threaded environments
+  or just add link to http://www.webwareforpython.org/DBUtils.
 - Make PyGreSQL thread-safe on the connection level.
 - The API documentation could be created with Epydoc.
 - Write a tutorial for beginners and advanced use.

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

Reply via email to