1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-06-26 20:21:09 +03:00

Update documentation for the 2.2.0 release. (CVS 335)

FossilOrigin-Name: 14392258c5b6385091be8d684e3ea6841941b483
This commit is contained in:
drh
2001-12-22 19:27:39 +00:00
parent 8aff10153e
commit e7ec22019d
10 changed files with 252 additions and 52 deletions

View File

@ -17,7 +17,11 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2001 Dec 16 (2.1.8)} {
chng {2001 Dec 22 (2.2.0)} {
<li>Columns of type INTEGER PRIMARY KEY are actually used as the primary
key in underlying B-Tree representation of the table.</li>
<li>Several obscure, unrelated bugs were found and fixed while
implemented the integer primary key change of the previous bullet.</li>
<li>Added the ability to specify "*" as part of a larger column list in
the result section of a SELECT statement. For example:
<nobr>"<b>SELECT rowid, * FROM table1;</b>"</nobr>.</li>