Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Formatting changes to the similar event suppression in the timeline. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
8cf8ed785e19c5458121da35ce687007 |
| User & Date: | drh 2009-09-14 16:09:18.000 |
Context
|
2009-09-14
| ||
| 16:56 | Fix a C++-ism in timeline.c. check-in: eb1db585a5 user: drh tags: trunk | |
| 16:09 | Formatting changes to the similar event suppression in the timeline. check-in: 8cf8ed785e user: drh tags: trunk | |
| 15:33 | Fix an ambiguous column reference in a join - problem introduced by the recent additions to the event table. check-in: d31e054f0d user: drh tags: trunk | |
Changes
Changes to src/timeline.c.
| ︙ | ︙ | |||
203 204 205 206 207 208 209 |
commentColumn = 12;
}
}
}
prevTagid = tagid;
if( suppressCnt ){
@ <tr><td><td><td>
| | | | 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 |
commentColumn = 12;
}
}
}
prevTagid = tagid;
if( suppressCnt ){
@ <tr><td><td><td>
@ <small><i>... %d(suppressCnt) similar
@ event%s(suppressCnt>1?"s":"") omitted.</i></small></tr>
suppressCnt = 0;
}
if( strcmp(zType,"div")==0 ){
@ <tr><td colspan=3><hr></td></tr>
continue;
}
db_multi_exec("INSERT OR IGNORE INTO seen VALUES(%d)", rid);
|
| ︙ | ︙ |