Re: [HACKERS] Python interface is out of date

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Python interface is out of date
Date: 1999-05-10 16:02:23
Message-ID: 199905101602.MAA05998@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Done.

> 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/:
>
> Important changes for 2.3
>
> connect.host returns "localhost" when connected to Unix socket
> (torppa(at)tuhnu(dot)cutery(dot)fi)
> Use PyArg_ParseTupleAndKeywords in connect() (torppa(at)tuhnu(dot)cutery(dot)fi)
> fixes and cleanups (torppa(at)tuhnu(dot)cutery(dot)fi)
> Fixed memory leak in dictresult() (terekhov(at)emc(dot)com)
> Deprecated pgext.py - functionality now in pg.py
> More cleanups to the tutorial
> Added fileno() method - terekhov(at)emc(dot)com (Mikhail Terekhov)
> added money type to quoting function
> Compiles cleanly with more warnings turned on
> Returns PostgreSQL error message on error
> Init accepts keywords (Jarkko Torppa)
> Convenience functions can be overridden (Jarkko Torppa)
> added close() method
>
> Can this be updated before 6.5 is released?
>

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-05-10 16:08:53 Re: [PORTS] UnixWare 7 patches for current CVS code.
Previous Message Bruce Momjian 1999-05-10 15:49:26 Re: [HACKERS] Pretty bad bug in Postgres.