Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: D'Arcy J.M. Cain <darcy@netbsd.org>
List: source-changes
Date: 11/16/2000 06:37:56
Module Name:	pkgsrc
Committed By:	darcy
Date:		Thu Nov 16 04:37:55 UTC 2000

Modified Files:
	pkgsrc/databases/py-postgresql: Makefile
	pkgsrc/databases/py-postgresql/files: md5
	pkgsrc/databases/py-postgresql/pkg: DESCR PLIST

Log Message:
Upgrade to version 3.1.

This release fixes a few bugs, adds a few minor features and makes a
few speedups in the code.

Important changes from PyGreSQL 3.0 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.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/databases/py-postgresql/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/py-postgresql/files/md5
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/py-postgresql/pkg/DESCR
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/py-postgresql/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.