Differences From Artifact [4435744c50]:
- File src/tag.c — part of check-in [942b2076c6] at 2020-11-07 13:25:35 on branch default-css-cleanups — Rename the "style_body_and_footer()" interface to "style_finish_page()" and add a more detailed header comment to the implementation. (user: drh size: 24809) [more...]
To Artifact [3292f5b77c]:
- File src/tag.c — part of check-in [5d3239bf58] at 2020-12-18 15:05:49 on branch timeline-cmd-formatting — Extend the timeline command to allow customized "pretty" formats. (user: danield size: 24812)
| ︙ | |||
539 540 541 542 543 544 545 | 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 | - + |
" WHERE tagtype>0 AND tagid=%d"
")"
" ORDER BY event.mtime DESC /*sort*/",
timeline_query_for_tty(), zType, tagid
);
db_prepare(&q, "%s", blob_sql_text(&sql));
blob_reset(&sql);
|
| ︙ |