mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
Probably fix SQLITE_BUSY errors
This commit is contained in:
parent
37a337bcec
commit
80da7a6375
2 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,8 @@ struct SQLiteStmt
|
|||
|
||||
public:
|
||||
|
||||
~Use();
|
||||
|
||||
/* Bind the next parameter. */
|
||||
Use & operator () (const std::string & value, bool notNull = true);
|
||||
Use & operator () (int64_t value, bool notNull = true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue