From af33486ebb908a22f3305df24cebf26b3f442043 Mon Sep 17 00:00:00 2001 From: drh Date: Mon, 17 Jun 2002 17:15:46 +0000 Subject: [PATCH] Update the change summary for version 2.5.0 (CVS 626) FossilOrigin-Name: 7a216adea5aa5a82718f8c85f8961ba36ab51bb4 --- manifest | 12 ++++++------ manifest.uuid | 2 +- www/changes.tcl | 14 ++++++++++++++ 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/manifest b/manifest index 96edf6a1ca..5bb67e94fd 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Add\spreliminary\slogic\sfor\sthe\seventual\smove\sto\shaving\sseparate\sTEXT\sand\nNUMTEXT\sdatatypes.\s\sAlso\schange\sthe\sversion\snumber\sto\s2.5.0\sin\spreparation\nfor\san\sinterim\srelease.\s(CVS\s625) -D 2002-06-17T17:07:19 +C Update\sthe\schange\ssummary\sfor\sversion\s2.5.0\s(CVS\s626) +D 2002-06-17T17:15:47 F Makefile.in 6291a33b87d2a395aafd7646ee1ed562c6f2c28c F Makefile.template 4e11752e0b5c7a043ca50af4296ec562857ba495 F README a4c0ba11354ef6ba0776b400d057c59da47a4cc0 @@ -122,7 +122,7 @@ F www/arch.fig d5f9752a4dbf242e9cfffffd3f5762b6c63b3bcf F www/arch.png 82ef36db1143828a7abc88b1e308a5f55d4336f4 F www/arch.tcl 72a0c80e9054cc7025a50928d28d9c75c02c2b8b F www/c_interface.tcl 58cf4d128dcae08d91d0011c6d4d11de323f470f -F www/changes.tcl d1057bb733c574d9dca73578daf78a3128a61426 +F www/changes.tcl c828c925a15c197f542296d001a07fab705518ab F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2 F www/crosscompile.tcl 3622ebbe518927a3854a12de51344673eb2dd060 F www/download.tcl 29aa6679ca29621d10613f60ebbbda18f4b91c49 @@ -137,7 +137,7 @@ F www/speed.tcl da8afcc1d3ccc5696cfb388a68982bc3d9f7f00f F www/sqlite.tcl 8b5884354cb615049aed83039f8dfe1552a44279 F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218 -P cd74495f995803eeb5c2b900d536deb52e5584eb -R 31140297d3b7945de97d1fa5c462c380 +P 05783a9db585c1ead42135252dca97d2bc6e2118 +R ec45ebcb2d24be890f6c54c516b827ad U drh -Z 0db839a903dfa0a0a59b04ff4d6071dd +Z 6c6f0b200f084a6179034268df45abab diff --git a/manifest.uuid b/manifest.uuid index 043e3b6453..dbaa90b813 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -05783a9db585c1ead42135252dca97d2bc6e2118 \ No newline at end of file +7a216adea5aa5a82718f8c85f8961ba36ab51bb4 \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index d435549bff..8728841180 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -25,6 +25,20 @@ proc chng {date desc} { puts "

" } +chng {2002 Jun 17 (2.5.0)} { +
  • Added support for row triggers.
  • +
  • Added SQL-92 compliant handling of NULLs.
  • +
  • Add support for the full SQL-92 join syntax and LEFT OUTER JOINs.
  • +
  • Double-quoted strings interpreted as column names not text literals.
  • +
  • Parse (but do not implement) foreign keys.
  • +
  • Performance improvemenets in the parser, pager, and WHERE clause code + generator.
  • +
  • Make the LIMIT clause work on subqueries. (ORDER BY still does not + work, though.)
  • +
  • Added the "%Q" expansion to sqlite_*_printf().
  • +
  • Bug fixes too numerious to mention (see the change log).
  • +} + chng {2002 May 09 (2.4.12)} {
  • Added logic to detect when the library API routines are called out of sequence.