Differences From Artifact [0f88dec698]:
- File src/manifest.c — part of check-in [46697ca195] at 2018-07-31 17:38:53 on branch forum-v2 — Make the title of a deleted forum thread "(Deleted)". (user: drh size: 84272)
To Artifact [8bb2e3b618]:
- File src/manifest.c — part of check-in [666b0ce6a7] at 2018-08-07 13:28:43 on branch forum-v2 — More conversions of fossil_panic() into fossil_fatal(). (user: drh size: 84272) [more...]
| ︙ | |||
1191 1192 1193 1194 1195 1196 1197 | 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 | - + |
if( !throwError ){
db_multi_exec(
"INSERT OR IGNORE INTO orphan(rid, baseline) VALUES(%d,%d)",
p->rid, rid
);
return 1;
}
|
| ︙ |