1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Bump the version number and update documents in preparation for 3.3.16. (CVS 3850)

FossilOrigin-Name: 852100a332d9f602e5f6285d2b7e19a3060c6162
This commit is contained in:
drh
2007-04-18 13:49:37 +00:00
parent 896e792463
commit 0403f54a8a
5 changed files with 30 additions and 12 deletions

View File

@ -25,6 +25,18 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2007 April 18 (3.3.16)} {
<li>Fix a bug that caused VACUUM to fail if NULLs appeared in a
UNIQUE column.</li>
<li>Reinstate performance improvements that were added in 3.3.14
but regressed in 3.3.15.</li>
<li>Fix problems with the handling of ORDER BY expressions on
compound SELECT statements in subqueries.</li>
<li>Fix a potential segfault when destroying locks on WinCE in
a multi-threaded environment.</li>
<li>Documentation updates.</li>
}
chng {2007 April 9 (3.3.15)} {
<li>Fix a bug introduced in 3.3.14 that caused a rollback of
CREATE TEMP TABLE to leave the database connection wedged.</li>