Subject: CVS commit: pkgsrc/databases/py-postgresql
To: None <pkgsrc-changes@NetBSD.org>
From: D'Arcy J.M. Cain <darcy@netbsd.org>
List: pkgsrc-changes
Date: 02/17/2006 17:58:02
Module Name:	pkgsrc
Committed By:	darcy
Date:		Fri Feb 17 17:58:02 UTC 2006

Modified Files:
	pkgsrc/databases/py-postgresql: Makefile distinfo

Log Message:
Update to version 3.8.

- Installed new favicon.ico from Matthew Sporleder <mspo@mspo.com>
- Replaced snprintf by PyOS_snprintf.
- Removed NO_SNPRINTF switch which is not needed any longer
- Clean up some variable names and namespace
- Add get_relations() method to get any type of relation
- Rewrite get_tables() to use get_relations()
- Use new method in get_attnames method to get attributes of views as well
- Add Binary type
- Number of rows is now -1 after executing no-result statements
- Fix some number handling
- Non-simple types do not raise an error any more
- Improvements to documentation framework
- Take into account that nowadays not every table must have an oid column
- Simplification and improvement of the inserttable() function
- Fix up unit tests
- The usual assortment of minor fixes and enhancements


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 pkgsrc/databases/py-postgresql/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/databases/py-postgresql/distinfo

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