Differences From Artifact [85d84b92c8]:
- File src/sqlcmd.c — part of check-in [aa22b1b462] at 2013-12-10 14:22:14 on branch trunk — Make the default vfs survive after a sqlite3_shutdown (for "fossil sqlite" command). (user: jan.nijtmans size: 4868)
To Artifact [b537eeac49]:
- File src/sqlcmd.c — part of check-in [fffcf60cbc] at 2013-12-10 21:15:44 on branch trunk — Avoid attempting to preserve the default VFS if it has not been set. (user: mistachkin size: 4886)
| ︙ | |||
153 154 155 156 157 158 159 | 153 154 155 156 157 158 159 160 161 162 163 | - + |
}
/*
** This routine is called by the patched sqlite3 command-line shell in order
** to load the name and database connection for the open Fossil database.
*/
void fossil_open(const char **pzRepoName){
|