Update of /usr/cvs/Public/pygresql/docs
In directory druid.net:/tmp/cvs-serv16578/docs
Modified Files:
changelog.txt future.txt
Log Message:
Added test for getnotify() and improved this method by calling PQconsumeInput()
instead of submitting an empty command.
To see the diffs for this commit:
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/docs/changelog.txt.diff?r1=1.30&r2=1.31
Index: changelog.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/changelog.txt,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- changelog.txt 23 Nov 2008 13:11:21 -0000 1.30
+++ changelog.txt 23 Nov 2008 14:07:35 -0000 1.31
@@ -30,7 +30,8 @@
For single inserts, query() still returns the oid as an integer.
The pgdb module already provides the "rowcount" cursor attribute
for the same purpose.
-
+- Improved getnotify() by calling PQconsumeInput() instead of
+ submitting an empty command.
Version 3.8.1 (2006-06-05)
--------------------------
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/docs/future.txt.diff?r1=1.21&r2=1.22
Index: future.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/future.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- future.txt 23 Nov 2008 11:29:48 -0000 1.21
+++ future.txt 23 Nov 2008 14:07:35 -0000 1.22
@@ -25,8 +25,9 @@
Proposed Patches
----------------
-- Notice handling
- (http://mailman.vex.net/pipermail/pygresql/2005-November/001530.html)
+- Notice handling with PQsetNoticeReceiver and PQsetNoticeProcessor
+ (one possible implementation was already suggested by Dmitry Dvoinikov
+ http://mailman.vex.net/pipermail/pygresql/2005-November/001530.html)
Wish List
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql