postgresql/src/interfaces
Bruce Momjian eafb636435 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@beamnet.de)

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

Change pg.py to speed up some operations

Allow updates on tables with no primary keys.

D'Arcy J.M. Cain
2000-11-10 22:29:21 +00:00
..
cli Cleanup of <> and "" 2000-05-29 21:25:07 +00:00
ecpg Applied yet another patch by Christof. Thanks Cristof! 2000-11-09 14:06:57 +00:00
jdbc the bug was not fixed in the snapshot of November 5th. Also the enterprise 2000-11-10 22:06:26 +00:00
libpgeasy Use $(filter ...), not $(findstring ...). 2000-10-31 14:37:25 +00:00
libpgtcl Use $(filter ...), not $(findstring ...). 2000-10-31 14:37:25 +00:00
libpq Fix for missing EUC_TW encoding 2000-11-04 02:27:56 +00:00
libpq++ Polish shared library build to reduce number of special hacks. In 2000-10-23 21:44:12 +00:00
odbc Remove compiler warnings (add missing include files). Only link against 2000-10-28 15:10:36 +00:00
perl5 Eliminate POLLUTE=1 hack for cross-Perl-version compatibility by using 2000-10-24 17:01:06 +00:00
python Update to PyGreSQL 3.1: 2000-11-10 22:29:21 +00:00
Makefile Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error, 2000-09-25 22:23:01 +00:00