1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

If the SQLITE_FCNTL_PRAGMA file control returns something other than

SQLITE_NOTFOUND, then skip the rest of Pragma code generation.

FossilOrigin-Name: 9e6d340f557c2f2c8a07300ac60357af9906a7fa
This commit is contained in:
drh
2012-02-24 00:03:12 +00:00
parent a40eb7cfee
commit 8d93684874
3 changed files with 8 additions and 8 deletions

View File

@@ -374,7 +374,7 @@ void sqlite3Pragma(
}
pParse->nErr++;
pParse->rc = rc;
}
}else
#if !defined(SQLITE_OMIT_PAGER_PRAGMAS) && !defined(SQLITE_OMIT_DEPRECATED)