Differences From Artifact [4d57c42e51]:
- File src/cache.c — part of check-in [62cb8ea785] at 2025-03-01 16:02:08 on branch trunk — Improvements to rendering in the "fossil help" command, especially in combination with the -u/--usage and -o/--options command-line options. (user: drh size: 14081) [more...]
To Artifact [50e166e55c]:
- File src/cache.c — part of check-in [3e7c7e2277] at 2025-03-19 11:31:20 on branch trunk — Simplify the command property of "abbreviated-subcommands" to just "abbrv-subcom" and the setting property of "show-only-if-changed" to just "if-chng". (user: drh size: 14070) [more...]
| ︙ | |||
253 254 255 256 257 258 259 | 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 | - + |
** database already exists.
*/
void cache_initialize(void){
sqlite3_close(cacheOpen(1));
}
/*
|
| ︙ |