1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-15 11:41:13 +03:00

Test that it is now possible to use different VFSs for two databases attached to a single handle.

FossilOrigin-Name: 2af51f856c6203f836d8bb62b6b79b19554886e7
This commit is contained in:
dan
2011-04-23 19:06:26 +00:00
parent 3a6d8aec2a
commit 8e98037c1b
5 changed files with 114 additions and 38 deletions

View File

@@ -1791,9 +1791,9 @@ int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){
}
/*
** This function is used to parse filenames passed by the user to API
** functions sqlite3_open() or sqlite3_open_v2(), and for database filenames
** specified as part of ATTACH statements.
** This function is used to parse URIs passed by the user to API functions
** sqlite3_open() or sqlite3_open_v2(), and for database URIs specified as
** part of ATTACH statements.
*/
int sqlite3ParseUri(
const char *zDefaultVfs, /* VFS to use if no "vfs=xxx" query option */