Differences From Artifact [36506ea789]:
- File src/name.c — part of check-in [3b5514ed82] at 2007-09-22 15:50:14 on branch trunk — The "tag" command allows tag artifacts to be inserted for creating and cancelling tags and properties. Timeline responds to bgcolor, br-bgcolor, comment, and user properties. (user: drh size: 4427)
To Artifact [6d9bb622dd]:
- File src/name.c — part of check-in [09c4adeb6f] at 2007-09-22 23:41:29 on branch trunk — Rework the tag system so that propagation to children is a property of each tag and does not depend on the tag name beginning with "br". Older tag artifacts might not work. The database will need to be rebuilt after upgrading to this version. (user: drh size: 4429)
| ︙ | |||
49 50 51 52 53 54 55 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | - + |
Stmt q;
Blob uuid;
db_prepare(&q,
"SELECT (SELECT uuid FROM blob WHERE rid=objid)"
" FROM tagxref JOIN event ON rid=objid"
" WHERE tagid=(SELECT tagid FROM tag WHERE tagname=%B)"
|
| ︙ |