Differences From Artifact [72ec6d1e3d]:
- File src/report.c — part of check-in [21af96623e] at 2011-10-20 16:31:07 on branch stephan-hack — s/'%s'/%Q/ in rptshow(). (user: stephan size: 33555) [more...]
To Artifact [23b4eeaa71]:
- File src/report.c — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 33597)
| ︙ | |||
1136 1137 1138 1139 1140 1141 1142 | 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 | + + + + + |
report_restrict_sql(&zErr1);
sqlite3_exec_readonly(g.db, zSql, output_separated_file, &count, &zErr2);
report_unrestrict_sql();
if( zFilter ){
free(zSql);
}
}
/*
* vim:ts=2:sts=2:et:sw=2:ft=c
*/
|