Differences From Artifact [cd634e4021]:
- File src/report.c — part of check-in [d92aad2919] at 2011-11-04 20:46:04 on branch json — Added missing #ifdefs for json mode. (user: json-demo size: 33622) [more...]
To Artifact [b99468be9b]:
- File src/report.c — part of check-in [57152086b8] at 2012-02-16 01:03:37 on branch trunk — Always convert the result of getenv() into UTF8. (user: drh size: 33621) [more...]
| ︙ | ︙ | |||
1139 1140 1141 1142 1143 1144 1145 |
report_restrict_sql(&zErr1);
sqlite3_exec_readonly(g.db, zSql, output_separated_file, &count, &zErr2);
report_unrestrict_sql();
if( zFilter ){
free(zSql);
}
}
| < | 1139 1140 1141 1142 1143 1144 1145 |
report_restrict_sql(&zErr1);
sqlite3_exec_readonly(g.db, zSql, output_separated_file, &count, &zErr2);
report_unrestrict_sql();
if( zFilter ){
free(zSql);
}
}
|