Diff
Not logged in

Differences From:

File src/descendents.c part of check-in [bc68e61bb2] - Rename CLI commands: leaves->descendents and branches->leaves. by drh on 2007-09-14 21:24:15. Also file src/descendents.c part of check-in [f76192b245] - Pulled the latest CLI, website, and sqlite changes into the importer branch. by aku on 2007-09-17 01:00:32. [view]

To:

File src/descendents.c part of check-in [5e2392307d] - Turn tags into properties. Allow properties to control background color on timelines. Still experimental. by drh on 2007-09-22 01:40:39. [view]

@@ -197,9 +197,9 @@
 
   style_header("Leaves");
   db_prepare(&q,
     "SELECT blob.rid, blob.uuid, datetime(event.mtime,'localtime'),"
-    "       event.comment, event.user, 1, 1, 0"
+    "       event.comment, event.user, 1, 1, 0, NULL"
     "  FROM blob, event"
     " WHERE blob.rid IN"
     "       (SELECT cid FROM plink EXCEPT SELECT pid FROM plink)"
     "   AND event.objid=blob.rid"