Differences From:
File
src/tkt.c
part of check-in
[95f5520a09]
- Construct event records for tickets correctly even when the ticket change
artifacts arrive out of order.
by
drh on
2009-09-14 14:08:35.
[view]
To:
File
src/tkt.c
part of check-in
[df3e34c2e8]
- Changes to the event mechanism to abbreviate a sequence of edits to the
same ticket. Updates through this check-in require a "rebuild".
by
drh on
2009-09-14 15:14:32.
[view]
@@ -265,9 +265,9 @@
int rid = db_column_int(&q, 0);
content_get(rid, &content);
manifest_parse(&manifest, &content);
ticket_insert(&manifest, createFlag, 0);
- manifest_ticket_event(rid, &manifest, createFlag);
+ manifest_ticket_event(rid, &manifest, createFlag, tagid);
manifest_clear(&manifest);
createFlag = 0;
}
db_finalize(&q);