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:
parent
9c9a88e9e2
commit
1930570ad9
4 changed files with 25 additions and 29 deletions
|
|
@ -196,6 +196,8 @@ private:
|
|||
SQLiteStmt stmtQueryReferences;
|
||||
SQLiteStmt stmtQueryReferrers;
|
||||
SQLiteStmt stmtInvalidatePath;
|
||||
SQLiteStmt stmtRegisterFailedPath;
|
||||
SQLiteStmt stmtHasPathFailed;
|
||||
|
||||
int getSchema();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue