Fossil

Ticket Change Details
Login
Overview

Artifact ID: 1f7a53f1840871ac682c1ff3f319d0767d8cc297
Ticket: fc428d2107d6b810fff67892896137c66abd3484
fossil extras generates SQL error after c193d2c2e0
User & Date: anonymous 2010-05-12 11:56:26
Changes

  1. comment changed to:
    Running `fossil extras` on seemingly any repository generates this error:
    fossil: SQLITE_ERROR: near ",": syntax error
    fossil: near ",": syntax error
    SELECT x FROM sfile WHERE x NOT GLOB ('manifest','manifest.uuid','_FOSSIL_','_FOSSIL_-journal','.fos','.fos-journal');   AND NOT 0 ORDER BY 1
    
    Reverting the GLOB function back to IN as it was before seems to fix the issue:
    -      " WHERE x NOT GLOB ('manifest','manifest.uuid','_FOSSIL_',"
    +      " WHERE x NOT IN ('manifest','manifest.uuid','_FOSSIL_',"
    
  2. foundin changed to: "trunk"
  3. private_contact changed to: "d6f2a74089d9103282b467c349a7ad1d144e22c6"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to: "fossil extras generates SQL error after c193d2c2e0"
  7. type changed to: "Code_Defect"