Differences From Artifact [8c8cb06ab7]:
- File src/search.c — part of check-in [3710f2ac5b] at 2013-10-25 12:42:54 on branch timeline_cmd_dash_n_fix — Merge trunk. Add the "-W|--width WIDTH" option to "fossil timeline". Default is 80. (user: jan.nijtmans size: 6468) [more...]
To Artifact [7bf7bd8e54]:
- File src/search.c — part of check-in [1d6cccc552] at 2013-10-29 11:06:51 on branch timeline_cmd_dash_n_fix — merge trunk (user: jan.nijtmans size: 6466) [more...]
| ︙ | |||
220 221 222 223 224 225 226 | 220 221 222 223 224 225 226 227 228 229 | - + |
"WHERE 1 ", -1);
if(!fAll){
blob_appendf(&sql,"AND x>%d ", iBest/3);
}
blob_append(&sql, "ORDER BY x DESC, date DESC ", -1);
db_prepare(&q, blob_str(&sql));
blob_reset(&sql);
|