Differences From Artifact [9341239449]:
- File src/tkt.c — part of check-in [6cc5354821] at 2019-03-19 14:09:02 on branch db-begin-txn-updates — Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. (user: andybradford size: 44132)
To Artifact [dc0b5e1db0]:
- File src/tkt.c — part of check-in [aa37639112] at 2019-08-31 16:42:33 on branch db-begin-txn-updates — Merge in latest from trunk. (user: andybradford size: 44135) [more...]
| ︙ | |||
894 895 896 897 898 899 900 | 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 | - + |
" WHERE target=%Q) "
"ORDER BY mtime DESC",
timeline_query_for_www(), tagid, zFullUuid, zFullUuid, zFullUuid
);
}
db_prepare(&q, "%z", zSQL/*safe-for-%s*/);
www_print_timeline(&q, TIMELINE_ARTID|TIMELINE_DISJOINT|TIMELINE_GRAPH,
|
| ︙ |