-C Fix\sa\spragma\stest\sso\sthat\sit\sworks\sin\sdirectories\sthat\shave\sspaces\sin\ntheir\snames.\s(CVS\s3597)
-D 2007-01-22T13:02:24
+C Prepare\sfor\sthe\srelease\sof\sversion\s3.3.11\s(CVS\s3598)
+D 2007-01-22T13:06:03
F Makefile.in 7fa74bf4359aa899da5586e394d17735f221315f
F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
-F VERSION 1e760df421ea310bc29d8069a0d0848581864246
+F VERSION a1f96818b97c668f65980de27723c68e555f366f
F aclocal.m4 a8df0ae21d1ac797fa7d7eaa1703412bc61b973f
F addopcodes.awk 701697fae48376375ec8532c3d04e910cfeef352
F art/2005osaward.gif 0d1851b2a7c1c9d0ccce545f3e14bca42d7fd248
F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1
F www/capi3ref.tcl 9adb2d2313c3c5e9c6d6240c1d8f3d11dd533c59
-F www/changes.tcl dd6aaf7839ac20b3c5fe69533755bc64d8e43952
+F www/changes.tcl 23b2557954daebad73d5183d532b038050ecd27b
F www/common.tcl 14d121c28532ad20c3e349caa4db708b0b822083
F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
F www/formatchng.tcl bbb8af1ee494a71031acac4c8d8c51535f23b9df
F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
-F www/index.tcl 251254c9b86004eea3621578537c84466ac9219d
+F www/index.tcl 70f26d7f2f59a2731695ff63fca331150cae17f6
F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
F www/lang.tcl fb1070256c211a3dec735e1273c506c1f8db7556
F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf
-F www/oldnews.tcl 8dbc5c7e1f0a7ee279deba9da48b58ab9587afaf
+F www/oldnews.tcl 999cd52516da0eee571de7ea4ae76282dd6ec24a
F www/omitted.tcl ee6b46f83d513b2187869740da829a700e1a355e
F www/opcode.tcl 5bd68059416b223515a680d410a9f7cb6736485f
F www/optimizer.tcl d6812a10269bd0d7c488987aac0ad5036cace9dc
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 4f2ab4b6320ffc621900049b41f50bc30d76d7f5
-R c4572e9faff220a90a05c917a025c06b
+P 071c957a5dcd236139113d7c0dc1d58b54180eb7
+R c3dcae1a356904334a6430b811042004
U drh
-Z 6a5ea2d8a3a623ebc270edd7f8866fc7
+Z d131afdf74c467eb260f0dabe43bafb7
-071c957a5dcd236139113d7c0dc1d58b54180eb7
\ No newline at end of file
+daf288302407b103051d8440df371e4cb79769eb
\ No newline at end of file
puts "<DD><P><UL>$desc</UL></P></DD>"
}
+chng {2007 January 22 (3.3.11)} {
+<li>Fix another bug in the implementation of the new
+<a href="capi3ref.html#sqlite3_prepare_v2">sqlite3_prepare_v2()</a> API.
+We'll get it right eventually...</li>
+<li>Fix a bug in the IS NULL optimization that was added in version 3.3.9 -
+the bug was causing incorrect results on certain LEFT JOINs that included
+in the WHERE clause an IS NULL constraint for the right table of the
+LEFT JOIN.</li>
+<li>Make AreFileApisANSI() a no-op macro in winCE since winCE does not
+support this function.</li>
+}
+
chng {2007 January 9 (3.3.10)} {
<li>Fix bugs in the implementation of the new
<a href="capi3ref.html#sqlite3_prepare_v2">sqlite3_prepare_v2()</a> API
puts "<hr width=\"50%\">"
}
+newsitem {2007-Jan-22} {Version 3.3.11} {
+ Version 3.3.11 fixes for a few more problems in version 3.3.9 that
+ version 3.3.10 failed to catch. Upgrading is recommended.
+}
+
newsitem {2007-Jan-9} {Version 3.3.10} {
Version 3.3.10 fixes several bugs that were introduced by the previous
release. Upgrading is recommended.
you are having problems with 3.3.7.
}
-newsitem {2006-Aug-12} {Version 3.3.7} {
- Version 3.3.7 includes support for loadable extensions and virtual
- tables. But both features are still considered "beta" and their
- APIs are subject to change in a future release. This release is
- mostly to make available the minor bug fixes that have accumulated
- since 3.3.6. Upgrading is not necessary. Do so only if you encounter
- one of the obscure bugs that have been fixed or if you want to try
- out the new features.
-}
-
-newsitem {2006-Jun-19} {New Book About SQLite} {
- <a href="http://www.apress.com/book/bookDisplay.html?bID=10130">
- <i>The Definitive Guide to SQLite</i></a>, a new book by
- <a href="http://www.mikesclutter.com">Mike Owens</a>.
- is now available from <a href="http://www.apress.com">Apress</a>.
- The books covers the latest SQLite internals as well as
- the native C interface and bindings for PHP, Python,
- Perl, Ruby, Tcl, and Java. Recommended.
-}
-
-
puts {
<p align="right"><a href="oldnews.html">Old news...</a></p>
</td></tr></table>
}
-footer {$Id: index.tcl,v 1.147 2007/01/10 13:34:18 drh Exp $}
+footer {$Id: index.tcl,v 1.148 2007/01/22 13:06:03 drh Exp $}
}
+newsitem {2006-Aug-12} {Version 3.3.7} {
+ Version 3.3.7 includes support for loadable extensions and virtual
+ tables. But both features are still considered "beta" and their
+ APIs are subject to change in a future release. This release is
+ mostly to make available the minor bug fixes that have accumulated
+ since 3.3.6. Upgrading is not necessary. Do so only if you encounter
+ one of the obscure bugs that have been fixed or if you want to try
+ out the new features.
+}
+
+newsitem {2006-Jun-19} {New Book About SQLite} {
+ <a href="http://www.apress.com/book/bookDisplay.html?bID=10130">
+ <i>The Definitive Guide to SQLite</i></a>, a new book by
+ <a href="http://www.mikesclutter.com">Mike Owens</a>.
+ is now available from <a href="http://www.apress.com">Apress</a>.
+ The books covers the latest SQLite internals as well as
+ the native C interface and bindings for PHP, Python,
+ Perl, Ruby, Tcl, and Java. Recommended.
+}
+
+
newsitem {2006-Jun-6} {Version 3.3.6} {
Changes include improved tolerance for windows virus scanners
and faster :memory: databases. There are also fixes for several
Plans are to continue to support SQLite version 2.8 with
bug fixes. But all new development will occur in version 3.0.
}
-footer {$Id: oldnews.tcl,v 1.17 2007/01/04 16:37:41 drh Exp $}
+footer {$Id: oldnews.tcl,v 1.18 2007/01/22 13:06:03 drh Exp $}