Fossil SCM

Revert the temporary fix [9866c97b35] as the underlying problem has been resolved in SQLite.

florian 2024-08-31 17:30 trunk
Commit ecaeb31f511735f4f29e287676658caf704322e8a67d815e951b709cacacbea1
1 file changed +1 -1
--- src/descendants.c
+++ src/descendants.c
@@ -247,11 +247,11 @@
247247
" AND event.objid=plink.pid"
248248
" ORDER BY mtime DESC"
249249
" )"
250250
" SELECT ancestor.rid FROM ancestor"
251251
" WHERE EXISTS(SELECT 1 FROM tagxref"
252
- " WHERE tagid=%d AND tagxref.rid=+ancestor.rid"
252
+ " WHERE tagid=%d AND tagxref.rid=ancestor.rid"
253253
" AND value=%Q AND tagtype>0)"
254254
" ORDER BY mtime DESC"
255255
" LIMIT 1",
256256
rid, rid, TAG_BRANCH, zBranch
257257
);
258258
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button