Differences From Artifact [bed77f75c0]:
- File src/sqlcmd.c — part of check-in [87567ad869] at 2020-12-09 16:15:53 on branch trunk — Remove a harmless comparison from the decompress() SQL function implementation. (user: drh size: 14249) [more...]
To Artifact [5b08336420]:
- File src/sqlcmd.c — part of check-in [91a4652f22] at 2021-03-25 01:32:36 on branch panic-reduction — Reduce fossil_panic() calls to those indicating bugs and internal errors. Also clarify effects and purposes of fossil_fatal() vs. fossil_panic(). (user: larrybr size: 14249)
| ︙ | |||
304 305 306 307 308 309 310 | 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 | - + |
*pzKey = zKey;
if( fossil_getenv("FOSSIL_USE_SEE_TEXTKEY")==0 ){
*pnKey = (int)strlen(zKey);
}else{
*pnKey = -1;
}
}else{
|
| ︙ |