Fossil SCM
fossil extras generates SQL error after c193d2c2e0
Fixed
fc428d2107d6b81…
· opened 15 years, 11 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- May 12, 2010 11:56 a.m.
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',"
rwilson added on 2010-05-12 14:09:08:
fixed by checkin [b24b2e1bba681bc13fa17830a6f874e36628d644]