From: drh Date: Fri, 21 Jan 2005 17:03:50 +0000 (+0000) Subject: Update change log for version 3.1.0. (CVS 2256) X-Git-Tag: version-3.6.10~3896 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54a83b4d5aedae57ceeda849c105624269ca7bcd;p=thirdparty%2Fsqlite.git Update change log for version 3.1.0. (CVS 2256) FossilOrigin-Name: 4d9b858746084c2636ba618108775b9be2eff0a5 --- diff --git a/manifest b/manifest index 05d2cf0271..c3f8a779a0 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Final\spreparations\sfor\sthe\s3.1.0\salpha\srelease.\s(CVS\s2255) -D 2005-01-21T15:52:33 +C Update\schange\slog\sfor\sversion\s3.1.0.\s(CVS\s2256) +D 2005-01-21T17:03:50 F Makefile.in ffd81f5e926d40b457071b4de8d7c1fa18f39b5a F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1 @@ -237,7 +237,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e F www/capi3.tcl 9676103393dbf1c313b5618c9da59033f82cd924 F www/capi3ref.tcl c5a3ae75fc3505c034f3c4bbb62ab94cf359ac39 -F www/changes.tcl f2b34859843d9f06a0611eb6d44af767891b09ef +F www/changes.tcl c4e713f1a478dba14764119c29cb1b5e66b8242b F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de F www/compile.tcl b4bbd488427dfe88b1a2366cf9f0b4b850e1f271 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30 @@ -271,7 +271,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd -P 9c4d0e13e8c5f3fc4d7fd8f495898372293f7fad -R 44bbe83d5fc37b261a84d7182829f5c6 +P 17122c7e8e9cae36f1ffa7b42bd69d702980ac6a +R 52675c0b34bb0b46d99c674c05fb7484 U drh -Z c3d0ff636238b9d4407ee815eacf77a0 +Z f6d2db5d32591dc13c3638acc2048e05 diff --git a/manifest.uuid b/manifest.uuid index 2d20163130..d1fc988bb9 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -17122c7e8e9cae36f1ffa7b42bd69d702980ac6a \ No newline at end of file +4d9b858746084c2636ba618108775b9be2eff0a5 \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index bcea197b5c..e91bc59615 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -21,6 +21,22 @@ proc chng {date desc} { puts "

" } +chng {2005 January 21 (3.1.0 ALPHA)} { +
  • Autovacuum support added
  • +
  • CURRENT_TIME, CURRENT_DATE, and CURRENT_TIMESTAMP added
  • +
  • Support for the EXISTS clause added.
  • +
  • Support for correlated subqueries added.
  • +
  • Added the ESCAPE clause on the LIKE operator.
  • +
  • Support for ALTER TABLE ... RENAME TABLE ... added
  • +
  • AUTOINCREMENT keyword supported on INTEGER PRIMARY KEY
  • +
  • Many SQLITE_OMIT_ macros inserts to omit features at compile-time + and reduce the library footprint.
  • +
  • The REINDEX command was added.
  • +
  • The engine no longer consults the main table if it can get + all the information it needs from an index.
  • +
  • Many nuisance bugs fixed.
  • +} + chng {2004 October 11 (3.0.8)} {
  • Add support for DEFERRED, IMMEDIATE, and EXCLUSIVE transactions.
  • Allow new user-defined functions to be created when there are