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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user