Commit 807e9abf by Konstantin Käfer

fix logic error when preparing takes a bit longer

parent 38d4e8f0
...@@ -188,7 +188,7 @@ public: ...@@ -188,7 +188,7 @@ public:
handle(NULL), handle(NULL),
status(SQLITE_OK), status(SQLITE_OK),
prepared(false), prepared(false),
locked(false), locked(true),
finalized(false) { finalized(false) {
db->Ref(); 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