Subject: CVS commit: doc
To: None <source-changes@netbsd.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 01/03/2002 02:09:20
Module Name: doc
Committed By: reinoud
Date: Thu Jan 3 00:09:20 UTC 2002
Modified Files:
doc: pkg-CHANGES
Log Message:
Update SQLite to version 2.2.0 ....sorry for missing the commit statement
on the other commit.
* Columns of type INTEGER PRIMARY KEY are now actually used as the primary
key in underlying B-Tree representation of the table.
* Several obscure unrelated bugs fixed while making this primary key thing.
* Added the ability to specify "*" as part of a larger column list in the
result section of a SELECT statement. For example: "SELECT rowid, * FROM
table1;".
* Updates to oomments and documentation.
To generate a diff of this commit:
cvs rdiff -r1.5696 -r1.5697 doc/pkg-CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.