Subject: CVS commit: pkgsrc/databases/sqlite
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 08/01/2003 14:22:20
Module Name:	pkgsrc
Committed By:	drochner
Date:		Fri Aug  1 14:22:19 UTC 2003

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

Log Message:
update to 2.8.5
changes:
Make LIMIT work on a compound SELECT statement.
LIMIT 0 now shows no rows. Use LIMIT -1 to see all rows.
Correctly handle comparisons between an INTEGER PRIMARY KEY and a
	floating point number.
Fix several important bugs in the new ATTACH and DETACH commands.
Updated the NULL-handling document.
Allow NULL arguments in sqlite_compile() and sqlite_step().
Many minor bug fixes
Enhanced the "PRAGMA integrity_check" command to verify indices.
Added authorization hooks for the new ATTACH and DETACH commands.
Many documentation updates


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/databases/sqlite/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/databases/sqlite/PLIST
cvs rdiff -r1.11 -r1.12 pkgsrc/databases/sqlite/distinfo

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