1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 17:59:36 +01:00

* Foreign key support in SQLite is not a persistent setting, so enable

it at startup.
* Implement negative caching.  Now `make check' passes.
This commit is contained in:
Eelco Dolstra 2010-02-19 17:15:22 +00:00
parent 9c9a88e9e2
commit 1930570ad9
4 changed files with 25 additions and 29 deletions

View file

@ -196,6 +196,8 @@ private:
SQLiteStmt stmtQueryReferences;
SQLiteStmt stmtQueryReferrers;
SQLiteStmt stmtInvalidatePath;
SQLiteStmt stmtRegisterFailedPath;
SQLiteStmt stmtHasPathFailed;
int getSchema();