Subject: CVS commit: pkgsrc/databases/py-psycopg
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 07/22/2004 18:00:37
Module Name:	pkgsrc
Committed By:	drochner
Date:		Thu Jul 22 18:00:37 UTC 2004

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

Log Message:
update to 1.1.14
changes:
      * Interval typecasting eventually works the Right Way (TM).
      * ZPsycopgDA now support unicode strings and different backend
        encodings.
      * ZPsycopgDA accept query data as an extra parameter to execute()
        (but still no way to give it extra data from inside a ZSQL
        Method.)
      * Better DBAPI-2.0 compliance (rowcount attribute and argument
        passing.)
      * Now builds on Fedora Core 2 (but remember that the real psycopg
        aficionado runs on Debian ;-P )
      * COPY FROM raise an exception and return usefull information on
        error.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/databases/py-psycopg/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/py-psycopg/distinfo

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