Re: [HACKERS] Python interface is out of date

Поиск
Список
Период
Сортировка
От D'Arcy" "J.M." Cain
Тема Re: [HACKERS] Python interface is out of date
Дата
Msg-id m10gu80-0000bIC@druid.net
обсуждение исходный текст
Ответ на Re: [HACKERS] Python interface is out of date  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Lost my mailbox
Следующее
От: "D'Arcy" "J.M." Cain
Дата:
Сообщение: Re: [HACKERS] INSERT INTO