Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update change log and version in preparation for the 2.8.7 release. (CVS 1123) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9e79ab6ce06d68fcd7efa207d0ffcd1c |
User & Date: | drh 2003-12-04 13:44:32.000 |
Context
2003-12-04
| ||
13:47 | Version 2.8.7 (CVS 1124) (check-in: d48b0b018d user: drh tags: trunk) | |
13:44 | Update change log and version in preparation for the 2.8.7 release. (CVS 1123) (check-in: 9e79ab6ce0 user: drh tags: trunk) | |
2003-11-27
| ||
00:48 | Disallow temporary indices on persistent tables. (CVS 1122) (check-in: 72bf73b2c1 user: drh tags: trunk) | |
Changes
Changes to VERSION.
|
| | | 1 | 2.8.7 |
Changes to www/changes.tcl.
︙ | ︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2003 August 21 (2.8.6)} { <li>Moved the CVS repository to www.sqlite.org</li> <li>Update the NULL-handling documentation.</li> <li>Experimental date/time functions added.</li> <li>Bug fix: correctly evaluate a view of a view without segfaulting.</li> <li>Bug fix: prevent database corruption if you dropped a | > > > > > > > > > > > > > > > | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2003 December 4 (2.8.7)} { <li>Added experimental sqlite_bind() and sqlite_reset() APIs.</li> <li>If the name of the database is an empty string, open a new database in a temporary file that is automatically deleted when the database is closed.</li> <li>Performance enhancements in the lemon-generated parser</li> <li>Experimental date/time functions revised.</li> <li>Disallow temporary indices on permanent tables.</li> <li>Documentation updates and typo fixes</li> <li>Added experimental sqlite_progress_handler() callback API</li> <li>Removed support for the Oracle8 outer join syntax.</li> <li>Allow GLOB and LIKE operators to work as functions.</li> <li>Other minor documentation and makefile changes and bug fixes.</li> } chng {2003 August 21 (2.8.6)} { <li>Moved the CVS repository to www.sqlite.org</li> <li>Update the NULL-handling documentation.</li> <li>Experimental date/time functions added.</li> <li>Bug fix: correctly evaluate a view of a view without segfaulting.</li> <li>Bug fix: prevent database corruption if you dropped a |
︙ | ︙ |