/ Ticket Change Details
Login
Overview

Artifact ID: 1dabaa837c4910372cd891c6e7173b790603b97e6285b928f5756dd68006409b
Ticket: 8a6fa2bb22d7aa777920b055366a1f7261e6cf03
FTS order=DESC results into integrity-check failing
User & Date: mrigger 2019-10-10 21:47:35
Changes

  1. foundin changed to: "3.30.0"
  2. icomment:
    Consider the following test case:
    
    <pre>
    CREATE VIRTUAL TABLE vt0 USING fts4(c0, order=DESC);
    INSERT INTO vt0(c0) VALUES (0), (0);
    INSERT INTO vt0(vt0) VALUES('integrity-check'); database disk image is malformed
    </pre>
    
    Unexpectedly, the integrity-check results in an error "database disk image is malformed".
    
  3. login: "mrigger"
  4. mimetype: "text/x-fossil-wiki"
  5. severity changed to: "Critical"
  6. status changed to: "Open"
  7. title changed to:
    FTS order=DESC results into integrity-check failing
    
  8. type changed to: "Code_Defect"