Differences From Artifact [67d8f2ea8e]:
- File src/db.c — part of check-in [883c2ea218] at 2018-12-03 02:44:31 on branch trunk — Improved documentation for the "localauth" setting. (user: drh size: 116131) [more...]
To Artifact [a6e92b57dc]:
- File src/db.c — part of check-in [c0eca1f94c] at 2019-01-15 19:41:08 on branch trunk — Give a fatal error, not a panic, if unable to open the database file. (user: drh size: 116131)
| ︙ | |||
84 85 86 87 88 89 90 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | - + |
else
#endif /* FOSSIL_ENABLE_JSON */
if( g.xferPanic && g.cgiOutput==1 ){
cgi_reset_content();
@ error Database\serror:\s%F(z)
cgi_reply();
}
|
| ︙ |