Subject: CVS commit: pkgsrc/databases/adodb
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 03/13/2006 12:18:23
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Mon Mar 13 12:18:23 UTC 2006

Modified Files:
	pkgsrc/databases/adodb: Makefile PLIST distinfo

Log Message:
Update to 4.80
> 4.80 8 Mar 2006
>
> Added activerecord support.
>
> Added mysql $conn->compat323 = true if you want MySQL 3.23 compat enabled. Fixes GetOne() Select-Limit problems.
>
> Added adodb-xmlschema03.inc.php to support XML Schema version 3 and updated adodb-datadict.htm docs.
>
> 4.72 21 Feb 2006
>
> Added 'new' DSN parameter for NConnect().
>
> Pager now sanitizes $PHP_SELF to protect against XSS. Thx to James Bercegay and others.
>
> ADOConnection::MetaType changed to setup $rs->connection correctly.
>
> New native DB2 driver contributed by Larry Menard, Dan Scott, Andy Staudacher, Bharat Mediratta.
>
> The mssql CreateSequence() did not BEGIN TRANSACTION correctly. Fixed. Thx Sean Lee.
>
> The _adodb_countrecs() function in adodb-lib.inc.php has been revised to handle more ORDER BY variations.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/adodb/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/adodb/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/databases/adodb/distinfo

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