pgsql/src/interfaces/python (Announce ChangeLog README README.linux pg.py pgdb.py pgmodule.c setup.py)

From: momjian(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/python (Announce ChangeLog README README.linux pg.py pgdb.py pgmodule.c setup.py)
Date: 2000-11-10 22:29:21
Message-ID: 200011102229.eAAMTLg99293@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, November 10, 2000 @ 17:29:21
Author: momjian

Update of /home/projects/pgsql/cvsroot/pgsql/src/interfaces/python
from hub.org:/home/projects/pgsql/tmp/cvs-serv99179/pgsql/src/interfaces/python

Modified Files:
Announce ChangeLog README README.linux pg.py pgdb.py
pgmodule.c setup.py

----------------------------- Log Message -----------------------------

Update to PyGreSQL 3.1:

Fix some quoting functions. In particular handle NULLs better.

Use a method to add primary key information rather than direct
manipulation of the class structures.

Break decimal out in _quote (in pg.py) and treat it as float.

Treat timestamp like date for quoting purposes.

Remove a redundant SELECT from the get method speeding it, and
insert since it calls get, up a little.

Add test for BOOL type in typecast method to pgdbTypeCache class.
(tv(at)beamnet(dot)de)

Fix pgdb.py to send port as integer to lower level function
(dildog(at)l0pht(dot)com)

Change pg.py to speed up some operations

Allow updates on tables with no primary keys.

D'Arcy J.M. Cain

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-11-10 23:19:46 pgsql/src/test/regress/expected (horology-solaris-1947.out)
Previous Message momjian 2000-11-10 22:06:26 pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 (ResultSet.java)