Index: VERSION ================================================================== --- VERSION +++ VERSION @@ -1,1 +1,1 @@ -2.8.3 +2.8.4 Index: www/changes.tcl ================================================================== --- www/changes.tcl +++ www/changes.tcl @@ -22,10 +22,17 @@ proc chng {date desc} { puts "
$date
" puts "

" } + +chng {2003 June 29 (2.8.4)} { +
  • Enhanced the "PRAGMA integrity_check" command to verify indices.
  • +
  • Added authorization hooks for the new ATTACH and DETACH commands.
  • +
  • Many documentation updates
  • +
  • Many minor bug fixes
  • +} chng {2003 June 4 (2.8.3)} {
  • Fix a problem that will corrupt the indices on a table if you do an INSERT OR REPLACE or an UPDATE OR REPLACE on a table that contains an INTEGER PRIMARY KEY plus one or more indices.