]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update change log for version 2.8.13. (CVS 1286)
authordrh <drh@noemail.net>
Mon, 8 Mar 2004 13:45:24 +0000 (13:45 +0000)
committerdrh <drh@noemail.net>
Mon, 8 Mar 2004 13:45:24 +0000 (13:45 +0000)
FossilOrigin-Name: 4431e63746311d2e3429203656f8168c227ecb6e

manifest
manifest.uuid
www/changes.tcl

index d366667c5641a4f27e56fd0c9a6705302f341be7..3438c4834722f227c982eaeca11b008045c74c82 100644 (file)
--- 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
index d890471b6e80110c33b53f6c207512f69efd126a..1ce5d25657bf9db36f91a1fccd77abe7513ee621 100644 (file)
@@ -1 +1 @@
-2c6bd21ed0e212109cfb4a37cfac2a10ab58a024
\ No newline at end of file
+4431e63746311d2e3429203656f8168c227ecb6e
\ No newline at end of file
index d2dcfd22a30ab42c32a7ed3a85bce9ef4aa88ad3..976be2b7cbdd2192682f5ba91c5983974ef69480 100644 (file)
@@ -25,6 +25,22 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
+chng {2004 March 8 (2.8.13)} {
+<li>Refactor parts of the code in order to make the code footprint
+    smaller.  The code is now also a little bit faster.</li>
+<li>sqlite_exec() is now implemented as a wrapper around sqlite_compile()
+    and sqlite_step().</li>
+<li>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.</li>
+<li>New HH:MM:SS modifier to the built-in date/time functions.</li>
+<li>Experimental sqlite_last_statement_changes() API added.  Fixed the
+    the last_insert_rowid() function so that it works correctly with
+    triggers.</li>
+<li>Add functions prototypes for the database encryption API.</li>
+<li>Fix several nuisance bugs.</li>
+}
+
 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