Differences From Artifact [70f5eee739]:
- File src/report.c — part of check-in [dda5b18b0d] at 2013-10-31 06:03:54 on branch trunk — Allow read access to fx_* tables in report_query_authorizer(). (user: joel size: 37744) [more...]
To Artifact [2e0fc086eb]:
- File src/report.c — part of check-in [d7fd72dc30] at 2013-12-28 22:41:19 on branch timeline-utc — Eliminate the need to compile SQLite with -Dlocaltime=fossil_locatime. This makes the timeline-utc setting work when fossil is configured with --disable-internal-sqlite. (user: jan.nijtmans size: 37715) [more...]
| ︙ | |||
208 209 210 211 212 213 214 | 208 209 210 211 212 213 214 215 216 217 218 219 220 221 | - |
return rc;
}
/*
** Activate the query authorizer
*/
static void report_restrict_sql(char **pzErr){
|
| ︙ |