Fossil SCM
Allow using the "backlink" table in ticket reports.
Commit
648396c9c1ddfd01e30068431c6c019fd5abbb29c9e56f903b5579ccb915f12c
Parent
c313cac828fd5e2…
1 file changed
+1
+1
| --- src/report.c | ||
| +++ src/report.c | ||
| @@ -193,10 +193,11 @@ | ||
| 193 | 193 | "plink", |
| 194 | 194 | "event", |
| 195 | 195 | "tag", |
| 196 | 196 | "tagxref", |
| 197 | 197 | "unversioned", |
| 198 | + "backlink", | |
| 198 | 199 | }; |
| 199 | 200 | int i; |
| 200 | 201 | if( zArg1==0 ){ |
| 201 | 202 | /* Some legacy versions of SQLite will sometimes send spurious |
| 202 | 203 | ** READ authorizations that have no table name. These can be |
| 203 | 204 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -193,10 +193,11 @@ | |
| 193 | "plink", |
| 194 | "event", |
| 195 | "tag", |
| 196 | "tagxref", |
| 197 | "unversioned", |
| 198 | }; |
| 199 | int i; |
| 200 | if( zArg1==0 ){ |
| 201 | /* Some legacy versions of SQLite will sometimes send spurious |
| 202 | ** READ authorizations that have no table name. These can be |
| 203 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -193,10 +193,11 @@ | |
| 193 | "plink", |
| 194 | "event", |
| 195 | "tag", |
| 196 | "tagxref", |
| 197 | "unversioned", |
| 198 | "backlink", |
| 199 | }; |
| 200 | int i; |
| 201 | if( zArg1==0 ){ |
| 202 | /* Some legacy versions of SQLite will sometimes send spurious |
| 203 | ** READ authorizations that have no table name. These can be |
| 204 |