mirror of
https://github.com/sqlite/sqlite.git
synced 2025-10-27 08:52:26 +03:00
Move older news items
to the oldnews.html page. (CVS 3304) FossilOrigin-Name: 80163ded7d7a8d6897b59df988286f987b221d08
This commit is contained in:
16
manifest
16
manifest
@@ -1,5 +1,5 @@
|
||||
C In\stest\scode,\salways\suse\ssqlite3_free()\sinstead\sof\sfree()\sto\sfree\serror\smessages\sreturned\sby\ssqlite3_exec().\s(CVS\s3303)
|
||||
D 2006-06-27T07:34:40
|
||||
C Move\solder\snews\sitems\r\nto\sthe\soldnews.html\spage.\s(CVS\s3304)
|
||||
D 2006-06-27T11:14:13
|
||||
F Makefile.in f839b470345d3cb4b0644068474623fe2464b5d3
|
||||
F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
|
||||
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
|
||||
@@ -350,13 +350,13 @@ F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
|
||||
F www/formatchng.tcl 4972e680f9331ea46f47001e349baba807f5b60a
|
||||
F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
|
||||
F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
|
||||
F www/index.tcl 38fac8344e6f514725a57cf32946463581459464
|
||||
F www/index.tcl 2ec7b369b682a3636bf440ade6fb2e0e87e8541f
|
||||
F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
|
||||
F www/lang.tcl d5414bd9f63ea3763887893b437d0dce4ad4f403
|
||||
F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
|
||||
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
|
||||
F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf
|
||||
F www/oldnews.tcl 593255c2b99afd93f4deba9d1f949bccd6c569b5
|
||||
F www/oldnews.tcl f0491f4f69ec114ecd168077f2df48022b1352b2
|
||||
F www/omitted.tcl ee6b46f83d513b2187869740da829a700e1a355e
|
||||
F www/opcode.tcl 5bd68059416b223515a680d410a9f7cb6736485f
|
||||
F www/optimizer.tcl d6812a10269bd0d7c488987aac0ad5036cace9dc
|
||||
@@ -374,7 +374,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
|
||||
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
|
||||
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
|
||||
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
|
||||
P 3e1f5567dfd306bdb97275a32afd02ea693eaf58
|
||||
R 80f93022d986d1101b4cc35d47fb5dc0
|
||||
U danielk1977
|
||||
Z b8db982134c877730ff38a4ddba62af5
|
||||
P 6521ee5f320e47f8fbd7d6b23929fab431023483
|
||||
R 94079b24dd5b629652ba782053290e98
|
||||
U drh
|
||||
Z b56a36b2fc50729ff0ac932ffe779d5a
|
||||
|
||||
@@ -1 +1 @@
|
||||
6521ee5f320e47f8fbd7d6b23929fab431023483
|
||||
80163ded7d7a8d6897b59df988286f987b221d08
|
||||
@@ -100,51 +100,9 @@ newsitem {2006-Jan-31} {Version 3.3.3 stable} {
|
||||
and supported.
|
||||
}
|
||||
|
||||
newsitem {2006-Jan-24} {Version 3.3.2 beta} {
|
||||
More bug fixes and performance improvements as we move closer to
|
||||
a production-ready version 3.3.x.
|
||||
}
|
||||
|
||||
newsitem {2006-Jan-16} {Version 3.3.1 alpha} {
|
||||
Many bugs found in last week's alpha release have now been fixed and
|
||||
the library is running much faster again.
|
||||
|
||||
Database connections can now be moved between threads as long as the
|
||||
connection holds no locks at the time it is moved. Thus the common
|
||||
paradigm of maintaining a pool of database connections and handing
|
||||
them off to transient worker threads is now supported.
|
||||
Please help test this new feature.
|
||||
See <a href="http://www.sqlite.org/cvstrac/wiki?p=MultiThreading">
|
||||
the MultiThreading wiki page</a> for additional
|
||||
information.
|
||||
}
|
||||
|
||||
newsitem {2006-Jan-10} {Version 3.3.0 alpha} {
|
||||
Version 3.3.0 adds support for CHECK constraints, DESC indices,
|
||||
separate REAL and INTEGER column affinities, a new OS interface layer
|
||||
design, and many other changes. The code passed a regression
|
||||
test but should still be considered alpha. Please report any
|
||||
problems.
|
||||
|
||||
The file format for version 3.3.0 has changed slightly in order provide
|
||||
a more efficient encoding of binary values. SQLite 3.3.0 will read and
|
||||
write legacy databases created with any prior version of SQLite 3. But
|
||||
databases created by version 3.3.0 will not be readable or writable
|
||||
by earlier versions of the SQLite. The older file format can be
|
||||
specified at compile-time for those rare cases where it is needed.
|
||||
}
|
||||
|
||||
newsitem {2005-Dec-19} {Versions 3.2.8 and 2.8.17} {
|
||||
These versions contain one-line changes to 3.2.7 and 2.8.16 to fix a bug
|
||||
that has been present since March of 2002 and version 2.4.0.
|
||||
That bug might possibly cause database corruption if a large INSERT or
|
||||
UPDATE statement within a multi-statement transaction fails due to a
|
||||
uniqueness constraint but the containing transaction commits.
|
||||
}
|
||||
|
||||
|
||||
puts {
|
||||
<p align="right"><a href="oldnews.html">Old news...</a></p>
|
||||
</td></tr></table>
|
||||
}
|
||||
footer {$Id: index.tcl,v 1.139 2006/06/20 00:22:38 drh Exp $}
|
||||
footer {$Id: index.tcl,v 1.140 2006/06/27 11:14:13 drh Exp $}
|
||||
|
||||
@@ -9,6 +9,51 @@ proc newsitem {date title text} {
|
||||
puts "<hr width=\"50%\">"
|
||||
}
|
||||
|
||||
|
||||
newsitem {2006-Jan-24} {Version 3.3.2 beta} {
|
||||
More bug fixes and performance improvements as we move closer to
|
||||
a production-ready version 3.3.x.
|
||||
}
|
||||
|
||||
newsitem {2006-Jan-16} {Version 3.3.1 alpha} {
|
||||
Many bugs found in last week's alpha release have now been fixed and
|
||||
the library is running much faster again.
|
||||
|
||||
Database connections can now be moved between threads as long as the
|
||||
connection holds no locks at the time it is moved. Thus the common
|
||||
paradigm of maintaining a pool of database connections and handing
|
||||
them off to transient worker threads is now supported.
|
||||
Please help test this new feature.
|
||||
See <a href="http://www.sqlite.org/cvstrac/wiki?p=MultiThreading">
|
||||
the MultiThreading wiki page</a> for additional
|
||||
information.
|
||||
}
|
||||
|
||||
newsitem {2006-Jan-10} {Version 3.3.0 alpha} {
|
||||
Version 3.3.0 adds support for CHECK constraints, DESC indices,
|
||||
separate REAL and INTEGER column affinities, a new OS interface layer
|
||||
design, and many other changes. The code passed a regression
|
||||
test but should still be considered alpha. Please report any
|
||||
problems.
|
||||
|
||||
The file format for version 3.3.0 has changed slightly to support
|
||||
descending indices and
|
||||
a more efficient encoding of boolean values. SQLite 3.3.0 will read and
|
||||
write legacy databases created with any prior version of SQLite 3. But
|
||||
databases created by version 3.3.0 will not be readable or writable
|
||||
by earlier versions of the SQLite. The older file format can be
|
||||
specified at compile-time for those rare cases where it is needed.
|
||||
}
|
||||
|
||||
newsitem {2005-Dec-19} {Versions 3.2.8 and 2.8.17} {
|
||||
These versions contain one-line changes to 3.2.7 and 2.8.16 to fix a bug
|
||||
that has been present since March of 2002 and version 2.4.0.
|
||||
That bug might possibly cause database corruption if a large INSERT or
|
||||
UPDATE statement within a multi-statement transaction fails due to a
|
||||
uniqueness constraint but the containing transaction commits.
|
||||
}
|
||||
|
||||
|
||||
newsitem {2005-Sep-24} {Version 3.2.7} {
|
||||
This version fixes several minor and obscure bugs.
|
||||
Upgrade only if you are having problems.
|
||||
@@ -291,4 +336,4 @@ newsitem {2004-Apr-23} {Work Begins On SQLite Version 3} {
|
||||
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.14 2006/01/30 16:20:30 drh Exp $}
|
||||
footer {$Id: oldnews.tcl,v 1.15 2006/06/27 11:14:13 drh Exp $}
|
||||
|
||||
Reference in New Issue
Block a user