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

Modified Files:
        changelog.txt 
Log Message:
Made cursors support the iteration protocol (this is one of the optional DB API 
extensions).
To see the diffs for this commit:
   
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/docs/changelog.txt.diff?r1=1.29&r2=1.30

Index: changelog.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/changelog.txt,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- changelog.txt       23 Nov 2008 11:45:54 -0000      1.29
+++ changelog.txt       23 Nov 2008 13:11:21 -0000      1.30
@@ -9,6 +9,7 @@
   by speeding up the type casts (as suggested by Peter Schuller).
 - Exposed exceptions as attributes of the connection object.
 - Exposed connection as attribute of the cursor object.
+- Cursors now support the iteration protocol.
 - Added new method to get parameter settings.
 - Added customizable row_factory as suggested by Simon Pamies.
 - Separated between mandatory and additional type objects.

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

Reply via email to