mirror of
https://github.com/sqlite/sqlite.git
synced 2026-01-06 08:01:16 +03:00
Perpare for the 2.8.12 release. (CVS 1212)
FossilOrigin-Name: 93ccd1b1d63b5b914b84b0463f2267bcfaadafa3
This commit is contained in:
@@ -25,6 +25,18 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2004 February 8 (2.8.12)} {
|
||||
<li>Fix a bug that will might corrupt the rollback journal if a power failure
|
||||
or external program halt occurs in the middle of a COMMIT. The corrupt
|
||||
journal can lead to database corruption when it is rolled back.</li>
|
||||
<li>Reduce the size and increase the speed of various modules, especially
|
||||
the virtual machine.</li>
|
||||
<li>Allow "<expr> IN <table>" as a shorthand for
|
||||
"<expr> IN (SELECT * FROM <table>".</li>
|
||||
<li>Optimizations to the sqlite_mprintf() routine.</li>
|
||||
<li>Make sure the MIN() and MAX() optimizations work within subqueries.</li>
|
||||
}
|
||||
|
||||
chng {2004 January 14 (2.8.11)} {
|
||||
<li>Fix a bug in how the IN operator handles NULLs in subqueries. The bug
|
||||
was introduced by the previous release.</li>
|
||||
|
||||
Reference in New Issue
Block a user