Modify the sqlite3OsFileControl() interface to detect unopened sqlite3_file
commit974659522864929f429dfd1caea4cee8e0228e4d
authorD. Richard Hipp <drh@hwaci.com>
Thu, 29 Mar 2018 13:47:01 +0000 (29 13:47 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Thu, 29 Mar 2018 13:47:01 +0000 (29 13:47 +0000)
tree67678236eb8bd6620236e7c7941b373656a2521b
parentd700d2ed1a9534af1b148a6f11f4f30736bd39b7
Modify the sqlite3OsFileControl() interface to detect unopened sqlite3_file
objects and return SQLITE_NOTFOUND.
src/dbstat.c
src/main.c
src/os.c
src/pager.c