Differences From:
File
src/info.c
part of check-in
[4ac16995e8]
- Fix the "Leaves" computation on the vinfo web page. Improvements to the
vinfo web page.
by
drh on
2007-08-19 11:06:53.
[view]
To:
File
src/info.c
part of check-in
[abce5105e2]
- Updates to the timeline routines. Added the pqueue module.
by
drh on
2007-09-01 01:55:50.
[view]
@@ -212,9 +212,8 @@
" FROM leaves, plink, blob, event"
" WHERE plink.cid=leaves.rid"
" AND blob.rid=leaves.rid"
" AND event.objid=leaves.rid"
- " AND +generation>0"
" ORDER BY event.mtime DESC"
);
while( db_step(&q)==SQLITE_ROW ){
const char *zUuid = db_column_text(&q, 0);