Differences From Artifact [2cbbac4ce1]:
- File src/report.c — part of check-in [3e35068260] at 2021-05-22 12:40:20 on branch trunk — In the submenu of the /rptview page: 1) add "Reports" that links to /reportlist page (see [forum:/forumpost/612170e31007|forumpost 612170e3]); 2) fix a "Raw" link, that was incorrect for the case when /rptview is accessed through an alias. The later was addressed in [bed4b0f7fc58], but the bugfix was incomplete. Both of these amendments used to live on 'rptview-submenu-paralink' branch - this check-in places them on trunk. (user: george size: 36967) [more...]
To Artifact [98b05c0222]:
- File src/report.c — part of check-in [1bb06c94d6] at 2021-06-14 19:36:55 on branch tktschema-allow-drop — test-db-prepare command: added --auth-report and --auth-ticket flags to install either the report or ticket schema authorizer for purposes of testing the given statement preparation. Basic sanity tests pass but needs more testing. (user: stephan size: 37050)
| ︙ | |||
238 239 240 241 242 243 244 | 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 | - + + |
break;
}
}
return rc;
}
/*
|
| ︙ |