Fossil SCM

Allow using the "backlink" table in ticket reports.

drh 2020-06-11 13:43 trunk
Commit 648396c9c1ddfd01e30068431c6c019fd5abbb29c9e56f903b5579ccb915f12c
1 file changed +1
--- src/report.c
+++ src/report.c
@@ -193,10 +193,11 @@
193193
"plink",
194194
"event",
195195
"tag",
196196
"tagxref",
197197
"unversioned",
198
+ "backlink",
198199
};
199200
int i;
200201
if( zArg1==0 ){
201202
/* Some legacy versions of SQLite will sometimes send spurious
202203
** READ authorizations that have no table name. These can be
203204
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button