]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Update the [showdb] program so that the database file is read directly (bypassing...
authordan <dan@noemail.net>
Tue, 4 Aug 2015 15:29:43 +0000 (15:29 +0000)
committerdan <dan@noemail.net>
Tue, 4 Aug 2015 15:29:43 +0000 (15:29 +0000)
commit30c16ade950f4f38673c7ab2ef745365bfa18f35
tree77bb7d797f45c35ee99ff8cb7ff884133985bd3f
parent8fb6c4389dd7718f7eb552467fda4a1a36913cfb
parent8fb1bd2bc40036dc70575d03aa7f4a129ac9895a
Update the [showdb] program so that the database file is read directly (bypassing the SQLite VFS) only if the --raw option is specified. Otherwise, it is read using the default VFS. Also, the URI syntax may be used on the command line to specify the name of the database file to examine, so an alternative VFS may be requested using a URI parameter.

FossilOrigin-Name: e3c6d4b6e738c7ea015c0c809a5f7d1a94dda945
manifest
manifest.uuid
tool/showdb.c