Commit 27369c3c by Konstantin Käfer

Merge branch '2.1'

parents 9058a541 613d0e87
...@@ -142,7 +142,7 @@ const char* sqlite_code_string(int code); ...@@ -142,7 +142,7 @@ const char* sqlite_code_string(int code);
#define STATEMENT_END() \ #define STATEMENT_END() \
assert(stmt->locked); \ assert(stmt->locked); \
assert(stmt->db->pending) \ assert(stmt->db->pending); \
stmt->locked = false; \ stmt->locked = false; \
stmt->db->pending--; \ stmt->db->pending--; \
stmt->Process(); \ stmt->Process(); \
......
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