Re: [HACKERS] Python interface is out of date - Mailing list pgsql-hackers

From D'Arcy" "J.M." Cain
Subject Re: [HACKERS] Python interface is out of date
Date
Msg-id m10gu80-0000bIC@druid.net
Whole thread Raw
In response to Re: [HACKERS] Python interface is out of date  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Thus spake Bruce Momjian
> > The version of the Python interface, PyGreSQL, is still 2.2 in the 
> > src/interfaces/python directory in the current CVS.  The current version
> > of PyGreSQL is 2.3, available from http://www.druid.net/pygresql/:

Heh.  Now I'm about to release version 3.0.  I suspect it won't be
ready in time but I suppose that's the sort of thing that can go in after
release, right?  There are a few bugs in 2.3, mostly relating to money.
There are also a few new features.
 - Insert returns None if the user doesn't have select permissions   on the table.  It can (and does) happen that one
hasinsert but   not select permissions on a table. - Added ntuples() method to query object (brit@druid.net) -
Correcteda bug related to getresult() and the money type - Corrected a but related to negative money amounts - Allow
updatebased on primary key if munged oid not available - Add many __doc__ strings. (andre@via.ecp.fr)
 

Hopefully we will have the new DB-SIG interface ready soon and 3.0 will
be released.  In the meantime, the beta versions are generally pretty
stable if anyone wants to use them.  The latest beta is always here.
   ftp://ftp.druid.net/pub/distrib/PyGreSQL-beta.tgz

-- 
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Lost my mailbox
Next
From: "D'Arcy" "J.M." Cain
Date:
Subject: Re: [HACKERS] INSERT INTO