Update of /usr/cvs/Public/pygresql/docs
In directory druid.net:/tmp/cvs-serv4452/docs
Modified Files:
changelog.txt
Log Message:
Provide readable cursor attribute "connection" (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.28&r2=1.29
Index: changelog.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/changelog.txt,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- changelog.txt 21 Nov 2008 23:46:31 -0000 1.28
+++ changelog.txt 23 Nov 2008 11:45:54 -0000 1.29
@@ -8,6 +8,7 @@
- Improved performance of fetchall() for large result sets
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.
- Added new method to get parameter settings.
- Added customizable row_factory as suggested by Simon Pamies.
- Separated between mandatory and additional type objects.
@@ -26,7 +27,7 @@
- Added a way to find the number of rows affected by a query()
with the classic pg module by returning it as a string.
For single inserts, query() still returns the oid as an integer.
- The pgdb module already provides the "rownum" cursor attribute
+ The pgdb module already provides the "rowcount" cursor attribute
for the same purpose.
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql