From: drh
Date: Mon, 8 Mar 2004 13:45:24 +0000 (+0000)
Subject: Update change log for version 2.8.13. (CVS 1286)
X-Git-Tag: version-3.6.10~4782
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3f25eb91e1f9b3994dec64037ffa7f87833be66;p=thirdparty%2Fsqlite.git
Update change log for version 2.8.13. (CVS 1286)
FossilOrigin-Name: 4431e63746311d2e3429203656f8168c227ecb6e
---
diff --git a/manifest b/manifest
index d366667c56..3438c48347 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Bump\sthe\sversion\snumber\sto\s2.8.13.\s\sPatch\sup\sthe\slimit\stest\sso\sthat\sit\sworks\nin\sspite\sof\sticket\s#521\s-\swe\sdon't\swant\sany\stests\sfailing\sin\san\sofficial\nrelease\seven\sif\sthere\sare\sbugs.\s:-D\s(CVS\s1285)
-D 2004-03-08T13:26:18
+C Update\schange\slog\sfor\sversion\s2.8.13.\s(CVS\s1286)
+D 2004-03-08T13:45:24
F Makefile.in afc6c0377773421633e592347097ad036eef6aeb
F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -168,7 +168,7 @@ F www/arch2.fig 613b5ac63511109064c2f93c5754ee662219937d
F www/arch2.gif 49c6bb36160f03ca2b89eaa5bfb1f560c7d68ee7
F www/audit.tcl 90e09d580f79c7efec0c7d6f447b7ec5c2dce5c0
F www/c_interface.tcl 17d8bd9e7b4fbdca47c30c8b9bcb728c351d55c0
-F www/changes.tcl ca9871eb52fa669e40f2052ab45154dfe0b72985
+F www/changes.tcl a3d043896631a14091dbafdb4068980974c3834c
F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
F www/datatypes.tcl 0fe2b810f114a909b844e50ad37a25e6ed8c7271
F www/download.tcl 0932d7f4f0e8b2adbbd22fac73132f86e43ab4a9
@@ -188,7 +188,7 @@ F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
-P bb67311b3db49ce772533da14f62497c55432fae
-R f9b5d0a0478d5a18b4f5267909444090
+P 2c6bd21ed0e212109cfb4a37cfac2a10ab58a024
+R 8da73e8cae4e93276ae8b20e58de03d1
U drh
-Z 5b6b5581e22f6f412b84286e37143550
+Z d912f5050dfeff22a896300480f894f0
diff --git a/manifest.uuid b/manifest.uuid
index d890471b6e..1ce5d25657 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-2c6bd21ed0e212109cfb4a37cfac2a10ab58a024
\ No newline at end of file
+4431e63746311d2e3429203656f8168c227ecb6e
\ No newline at end of file
diff --git a/www/changes.tcl b/www/changes.tcl
index d2dcfd22a3..976be2b7cb 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -25,6 +25,22 @@ proc chng {date desc} {
puts "
"
}
+chng {2004 March 8 (2.8.13)} {
+Refactor parts of the code in order to make the code footprint
+ smaller. The code is now also a little bit faster.
+sqlite_exec() is now implemented as a wrapper around sqlite_compile()
+ and sqlite_step().
+The built-in min() and max() functions now honor the difference between
+ NUMERIC and TEXT datatypes. Formerly, min() and max() always assumed
+ their arguments were of type NUMERIC.
+New HH:MM:SS modifier to the built-in date/time functions.
+Experimental sqlite_last_statement_changes() API added. Fixed the
+ the last_insert_rowid() function so that it works correctly with
+ triggers.
+Add functions prototypes for the database encryption API.
+Fix several nuisance bugs.
+}
+
chng {2004 February 8 (2.8.12)} {
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