-C Update\sthe\s-version-info\snumber\son\slibtool\sin\sMakefile.in.\s(CVS\s1078)
-D 2003-08-21T14:36:39
+C Change\sthe\sCVSTrac\swebsite\sto\swww.sqlite.org.\s\sUpdate\schange\ssummary\sfor\r\nthe\s2.8.6\srelease.\s(CVS\s1079)
+D 2003-08-22T02:34:30
F Makefile.in 4168f80989c60b195d378bcaa2e2046df03ee2ec
F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
F www/arch.tcl 44b589fc01d6829d43447ab40588b00aec5b9734
F www/audit.tcl 90e09d580f79c7efec0c7d6f447b7ec5c2dce5c0
F www/c_interface.tcl acacd31d4441de900e09ee48b5ffdef0162d8dc3
-F www/changes.tcl 45e8910d4a7daeb5aa219d9e72a3a4a0d06973df
+F www/changes.tcl 1188dd0e79f9a8c48996ff44e4d9e81789bf1503
F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
F www/datatypes.tcl 0cb28565580554fa7e03e8fcb303e87ce57757ae
F www/download.tcl 0932d7f4f0e8b2adbbd22fac73132f86e43ab4a9
F www/faq.tcl 88d3b95d9cd8e374772daa3a646c4d107e7f3e9b
F www/fileformat.tcl ae6ccf3ffddb180a5af173cd6ee102169629762b
F www/formatchng.tcl ca6cc1cb1bef9bc36f0619049d3c95e749bc6983
-F www/index.tcl 64f867e40c1c4a8a0ffe560ec372df737ceeaec5
+F www/index.tcl 2915a79faaaf7441976948ae095da6ff63aff5c0
F www/lang.tcl 5f39bbda1ba38a28f18f97bd98c81f40355393b2
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
F www/nulls.tcl 9cb56d98c0c623074cda4360a415f3f0a7074c90
-F www/omitted.tcl fe59eaa9c1459cbf08fa7daa83421bfc814331bb
+F www/omitted.tcl 11037a1b557bd01405092d93dfa08898a4c26cd7
F www/opcode.tcl b8d561f33597c62955796b797646f00144d97332
F www/quickstart.tcl 4e97bef825e6a4153c43afb9f97235fc4da278ab
F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P 9699c68508db5da6238904e518835a629d430db6
-R 0855b6b7033ee57f11455988d76cb62f
+P dc36365eea7d0c8767d8947393a8d2746c02b220
+R 2b873f18d52e7cd646dc86505cc9d590
U drh
-Z 2319232aacc8eaf1cd15bb6a1debcab4
+Z 7835004780d1605f83cd87c26754dc2c
-dc36365eea7d0c8767d8947393a8d2746c02b220
\ No newline at end of file
+a4e3e075e3b36e0f5f692067c5bf5e1b660d893d
\ No newline at end of file
This file provides a high-level summary of changes to SQLite.
For more detail, refer the the checkin logs generated by
CVS at
-<a href="http://cvs.hwaci.com/sqlite/timeline">
-http://cvs.hwaci.com/sqlite/timeline</a>.
+<a href="http://www.sqlite.org/cvstrac/timeline">
+http:/www.sqlite.org/cvstrac/timeline</a>.
</p>
<DL>
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
+ trigger that had the same name as a table.</li>
+<li>Bug fix: allow a VACUUM (without segfaulting) on an empty
+ database after setting the EMPTY_RESULT_CALLBACKS pragma.</li>
+<li>Bug fix: if an integer value will not fit in a 32-bit int, store it in
+ a double instead.</li>
+<li>Bug fix: Make sure the journal file directory entry is committed to disk
+ before writing the database file.</li>
+}
+
chng {2003 July 22 (2.8.5)} {
<li>Make LIMIT work on a compound SELECT statement.</li>
<li>LIMIT 0 now shows no rows. Use LIMIT -1 to see all rows.</li>
#
# Run this TCL script to generate HTML for the index.html file.
#
-set rcsid {$Id: index.tcl,v 1.77 2003/07/22 12:44:54 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.78 2003/08/22 02:34:30 drh Exp $}
puts {<html>
<head><title>SQLite: An Embeddable SQL Database Engine</title></head>
Quick Links:
<ul>
<li><a href="download.html">Download</a></li>
-<li><a href="http://cvs.hwaci.com/sqlite/timeline">Change Log</a></li>
-<li><a href="http://cvs.hwaci.com/sqlite/tktnew">Report a bug</a></li>
+<li><a href="http://www.sqlite.org/cvstrac/timeline">Change Log</a></li>
+<li><a href="http://www.sqlite.org/cvstrac/tktnew">Report a bug</a></li>
<li><a href="quickstart.html">Quick start</a></li>
</ul>
</td></tr></table>
three functions and one opaque structure.</li>
<li><a href="tclsqlite.html">TCL bindings</a> included.
Bindings for many other languages
- <a href="http://cvs.hwaci.com/sqlite/wiki?p=SqliteWrappers">
+ <a href="http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers">
available separately.</a></li>
<li>Simple, well-commented source code.</li>
<li>Automated test suite provides near 100% code coverage.</li>
<p>A <a href="changes.html">Change Summary</a> is available on this
website. You can also access a detailed
-<a href="http://cvs.hwaci.com/sqlite/timeline">change history</a>,
-<a href="http://cvs.hwaci.com/sqlite/rptview?rn=2">view open bugs</a>,
+<a href="http://www.sqlite.org/cvstrac/timeline">change history</a>,
+<a href="http://www.sqlite.org/cvstrac/rptview?rn=2">view open bugs</a>,
or
-<a href="http://cvs.hwaci.com/sqlite/tktnew">report new bugs</a>
+<a href="http://www.sqlite.org/cvstrac/tktnew">report new bugs</a>
at the
-<a href="http://cvs.hwaci.com/sqlite/">CVS server</a>.</p>
+<a href="http://www.sqlite.org/cvstrac/">CVS server</a>.</p>
<p>Complete source code and precompiled binaries for the latest release are
<a href="download.html">available for download</a> on this site. You
<li>A <a href="speed.html">speed comparison</a> between SQLite, PostgreSQL,
and MySQL.</li>
<li>User-written documentation is available on the
- <a href="http://cvs.hwaci.com/sqlite/wiki">SQLite Wiki</a>. Please
+ <a href="http://www.sqlite.org/cvstrac/wiki">SQLite Wiki</a>. Please
contribute if you can.</li>
</ul>
</p>
</p>
<blockquote>
-<a href="http://cvs.hwaci.com/sqlite/wiki">
-http://cvs.hwaci.com/sqlite/wiki</a>
+<a href="http://www.sqlite.org/cvstrac/wiki">
+http://www.sqlite.org/cvstrac/wiki</a>
</blockquote>
}
#
# Run this script to generated a omitted.html output file
#
-set rcsid {$Id: omitted.tcl,v 1.4 2003/06/30 10:36:23 drh Exp $}
+set rcsid {$Id: omitted.tcl,v 1.5 2003/08/22 02:34:30 drh Exp $}
puts {<html>
<head>
<p>
If you find other SQL92 features that SQLite does not support, please
add them to the Wiki page at
-<a href="http://cvs.hwaci.com/sqlite/wiki?p=UnsupportedSql">
-http://cvs.hwaci.com/sqlite/wiki?p=Unsupported</a>
+<a href="http://www.sqlite.org/cvstrac/wiki?p=UnsupportedSql">
+http://www.sqlite.org/cvstrac/wiki?p=Unsupported</a>
</p>
<p><hr /></p>
<p><a href="index.html"><img src="/goback.jpg" border=0 />