summaryrefslogtreecommitdiff
path: root/src/interfaces/python/pg.py
AgeCommit message (Collapse)Author
2001-03-03Add oid to list of keys cached.D'Arcy J.M. Cain
Add a test to avoid an exception in certain cases.
2000-11-10Update to PyGreSQL 3.1:Bruce Momjian
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. ([email protected]) Fix pgdb.py to send port as integer to lower level function ([email protected]) Change pg.py to speed up some operations Allow updates on tables with no primary keys. D'Arcy J.M. Cain
2000-10-02Update for PyGreSQL 3.0, from D'Arcy J.M. CainBruce Momjian
1999-05-19Bring python up to date ...Marc G. Fournier
From: D'Arcy J.M. Cain <[email protected]>
1999-05-17Re-add python.Bruce Momjian
1999-05-10Update to PyGreSQL 2.3.Bruce Momjian
1998-12-17Upgrade to Pygress 2.2.Bruce Momjian