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: 06/11/2006 00:58:39
Module Name: pkgsrc
Committed By: darcy
Date: Sun Jun 11 00:58:39 UTC 2006
Modified Files:
pkgsrc/databases/py-postgresql: Makefile PLIST distinfo
Log Message:
Update package to 3.8.1.
Mostly bug fixes from 3.8.
- Use string methods instead of deprecated string functions.
- Only use SQL-standard way of escaping quotes.
- Added the functions escape_string() and escape/unescape_bytea()
(as suggested by Charlie Dyson and Kavous Bojnourdi a long time ago).
- Reverted code in clear() method that set date to current.
- Added code for backwards compatibility in OID munging code.
- Reorder attnames tests so that "interval" is checked for before "int."
- If caller supplies key dictionary, make sure that all has a namespace.
To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 pkgsrc/databases/py-postgresql/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/py-postgresql/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/databases/py-postgresql/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.