Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | removed old rptshowJson(). |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | json-multitag-test | json |
| Files: | files | file ages | folders |
| SHA1: |
5b131851006f6d9e28a3642b9bf1b763 |
| User & Date: | json-demo 2011-11-04 20:44:06.510 |
Context
|
2011-11-04
| ||
| 20:46 | Added missing #ifdefs for json mode. ... (check-in: d92aad2919 user: json-demo tags: json-multitag-test, json) | |
| 20:44 | removed old rptshowJson(). ... (check-in: 5b13185100 user: json-demo tags: json-multitag-test, json) | |
| 20:37 | Added configure option --enable-json to enable json features. They are disabled by default. ... (check-in: 525816e6d7 user: json-demo tags: json-multitag-test, json) | |
Changes
Changes to src/report.c.
| ︙ | ︙ | |||
1138 1139 1140 1141 1142 1143 1144 |
sqlite3_exec_readonly(g.db, zSql, output_separated_file, &count, &zErr2);
report_unrestrict_sql();
if( zFilter ){
free(zSql);
}
}
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 1138 1139 1140 1141 1142 1143 1144 |
sqlite3_exec_readonly(g.db, zSql, output_separated_file, &count, &zErr2);
report_unrestrict_sql();
if( zFilter ){
free(zSql);
}
}
|