Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Alpha-3 (CVS 269) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a70d445070c905690dd8ec0809812325 |
User & Date: | drh 2001-09-27 15:13:40.000 |
Context
2001-09-27
| ||
23:57 | Added more tests of unique indices. (CVS 270) (check-in: 3ae9529339 user: drh tags: trunk) | |
15:13 | Alpha-3 (CVS 269) (check-in: a70d445070 user: drh tags: trunk) | |
15:11 | Fixed the support of UNIQUE and PRIMARY KEY. (CVS 268) (check-in: 116fdad068 user: drh tags: trunk) | |
Changes
Changes to www/changes.tcl.
︙ | ︙ | |||
13 14 15 16 17 18 19 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } | | | > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2001 Sep 27 (2.0-alpha-3)} { <li>SQLite now honors the UNIQUE keyword in CREATE UNIQUE INDEX. Primary keys are required to be unique.</li> <li>File format changed back to what it was for alpha-1</li> <li>Fixes to the rollback and locking behavior</li> } chng {2001 Sep 20 (2.0-alpha-2)} { <li>Initial release of version 2.0. The idea of renaming the library to "SQLus" was abandoned in favor of keeping the "SQLite" name and bumping the major version number.</li> |
︙ | ︙ |