diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-02 14:40:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-02 14:40:50 +0200 |
commit | e8b23f12981a754757c49471f4e4a2376368909b (patch) | |
tree | 4977861a21b253b4fe7de43ba76e5d8f270997df /sqlite/makefile | |
parent | dcb6d84266a0b291781855cf623aa4d4c395f14d (diff) |
Handle SQLite commit failures that don't automatically rollback transaction
Diffstat (limited to 'sqlite/makefile')
-rw-r--r-- | sqlite/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite/makefile b/sqlite/makefile index 7348436..ebc9cde 100644 --- a/sqlite/makefile +++ b/sqlite/makefile @@ -9,6 +9,7 @@ template \ custom \ database \ native \ +transaction \ truncation \ types |