Subject: CVS commit: pkgsrc/databases/adodb
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 06/11/2006 14:21:31
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Sun Jun 11 14:21:31 UTC 2006

Modified Files:
	pkgsrc/databases/adodb: Makefile distinfo

Log Message:
Update to 4.81
Fixed variable ref errors in adodb-ado5.inc.php in _query().
Mysqli setcharset fix using method_exists().
The adodb-perf.inc.php CreateLogTable() code now works for user-defined table names.
Error in ibase_blob_open() fixed. See
http://phplens.com/lens/lensforum/msgs.php?id=14997

Active Record
============
Now we only update fields that have changed, using $this->_original.
We do not include auto_increment fields in replace(). Thx Travis Cline
Added ADODB_ACTIVE_CACHESECS.


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

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