On Mon, 18 Sep 2006 11:53:00 +0200 Simon Pamies <[EMAIL PROTECTED]> wrote: > I just downloaded PyGreSQL 3.8.1 and noticed that there is no dict > cursor support included. Also the close method on the pgdbCursor class > is missing.
Oh, that's why you added the close method. However, it does exist. It is on line 156 of the original file. Also, I will probably remove the lambda function and just make it a simple method. -- D'Arcy J.M. Cain PyGreSQL Development Group http://www.PyGreSQL.org _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
