Ticket Change Details
Not logged in
Overview

Artifact ID: 8825531ce37e05fca2ce07701a0b34772c82fa55
Ticket: 7c700d2f28838490fc5625779315576a8d657988
Cannot rebuild a repository that has been ANALYZE'd by SQLite
User & Date: BMorgat 2010-06-23 07:30:31
Changes

  1. Appended to comment:
    
    
    <hr><i>BMorgat added on 2010-06-23 07:30:31:</i><br>
    A solution to come over this problem is to run:
    
    echo .dump | sqlite repository > dump.sql
    
    then edit dump.sql to delete SQL statements from ANALYZE sqlite_master; to last INSERT INTO sqlite_stat1
    
    then rm repository && sqlite repository < dump.sql
    
  2. resolution changed to: "Open"