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
$NetBSD: README,v 1.16 2003/06/23 07:48:01 grant Exp $
The pkgsrc documentation now lives on the NetBSD web site.
Full documentation, one file per chapter:
http://www.NetBSD.org/Documentation/pkgsrc/
Full documentation in a single file:
http://www.NetBSD.org/Documentation/pkgsrc/pkgsrc.html
Full documentation in a single plain-text file:
http://www.NetBSD.org/Documentation/pkgsrc/pkgsrc.txt
pkgsrc.txt and pkgsrc.html are also provided in the top level pkgsrc
directory (this directory).