Differences From Artifact [8275c6e704]:
- File src/json_tag.c — part of check-in [80bfcee892] at 2012-06-19 13:04:42 on branch trunk — Fix several MSVC compiler warnings, including a couple C99-isms. (user: mistachkin size: 13052) [more...]
To Artifact [70261471bb]:
- File src/json_tag.c — part of check-in [45065c5c28] at 2012-11-04 12:59:14 on branch spelling — Fix typos. (user: dmitry size: 13055) [more...]
| ︙ | |||
283 284 285 286 287 288 289 | 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 | - + |
" coalesce(ecomment,comment) AS comment,"
" coalesce(euser,user) AS user,"
" CASE event.type"
" WHEN 'ci' THEN 'checkin'"
" WHEN 'w' THEN 'wiki'"
" WHEN 'e' THEN 'event'"
" WHEN 't' THEN 'ticket'"
|
| ︙ |