Commit 807e9abf by Konstantin Käfer

fix logic error when preparing takes a bit longer

parent 38d4e8f0
......@@ -188,7 +188,7 @@ public:
handle(NULL),
status(SQLITE_OK),
prepared(false),
locked(false),
locked(true),
finalized(false) {
db->Ref();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment