Fossil SCM
Revert the temporary fix [9866c97b35] as the underlying problem has been resolved in SQLite.
Commit
ecaeb31f511735f4f29e287676658caf704322e8a67d815e951b709cacacbea1
Parent
94c8af02ea1c173…
1 file changed
+1
-1
+1
-1
| --- src/descendants.c | ||
| +++ src/descendants.c | ||
| @@ -247,11 +247,11 @@ | ||
| 247 | 247 | " AND event.objid=plink.pid" |
| 248 | 248 | " ORDER BY mtime DESC" |
| 249 | 249 | " )" |
| 250 | 250 | " SELECT ancestor.rid FROM ancestor" |
| 251 | 251 | " WHERE EXISTS(SELECT 1 FROM tagxref" |
| 252 | - " WHERE tagid=%d AND tagxref.rid=+ancestor.rid" | |
| 252 | + " WHERE tagid=%d AND tagxref.rid=ancestor.rid" | |
| 253 | 253 | " AND value=%Q AND tagtype>0)" |
| 254 | 254 | " ORDER BY mtime DESC" |
| 255 | 255 | " LIMIT 1", |
| 256 | 256 | rid, rid, TAG_BRANCH, zBranch |
| 257 | 257 | ); |
| 258 | 258 |
| --- src/descendants.c | |
| +++ src/descendants.c | |
| @@ -247,11 +247,11 @@ | |
| 247 | " AND event.objid=plink.pid" |
| 248 | " ORDER BY mtime DESC" |
| 249 | " )" |
| 250 | " SELECT ancestor.rid FROM ancestor" |
| 251 | " WHERE EXISTS(SELECT 1 FROM tagxref" |
| 252 | " WHERE tagid=%d AND tagxref.rid=+ancestor.rid" |
| 253 | " AND value=%Q AND tagtype>0)" |
| 254 | " ORDER BY mtime DESC" |
| 255 | " LIMIT 1", |
| 256 | rid, rid, TAG_BRANCH, zBranch |
| 257 | ); |
| 258 |
| --- src/descendants.c | |
| +++ src/descendants.c | |
| @@ -247,11 +247,11 @@ | |
| 247 | " AND event.objid=plink.pid" |
| 248 | " ORDER BY mtime DESC" |
| 249 | " )" |
| 250 | " SELECT ancestor.rid FROM ancestor" |
| 251 | " WHERE EXISTS(SELECT 1 FROM tagxref" |
| 252 | " WHERE tagid=%d AND tagxref.rid=ancestor.rid" |
| 253 | " AND value=%Q AND tagtype>0)" |
| 254 | " ORDER BY mtime DESC" |
| 255 | " LIMIT 1", |
| 256 | rid, rid, TAG_BRANCH, zBranch |
| 257 | ); |
| 258 |