Commit f4e8adac by Konstantin Käfer

Merge branch '2.1'

parents d256972c 807e9abf
...@@ -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