diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-17 07:57:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-17 07:57:56 +0200 |
commit | 90880a074b3f7264cd2dcfc76f090f27f3c2a56a (patch) | |
tree | fb4597548f6cb4e8021abe06c5e18bbd010527e8 | |
parent | ac6df7a77682bf33b486d451c67ed9650bd9bc2f (diff) |
Commit transaction
-rw-r--r-- | bpkg/pkg-status.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/pkg-status.cxx b/bpkg/pkg-status.cxx index 0d8c474..26267b6 100644 --- a/bpkg/pkg-status.cxx +++ b/bpkg/pkg-status.cxx @@ -60,6 +60,7 @@ namespace bpkg } shared_ptr<package> p (db.query_one<package> (q)); + t.commit (); if (p == nullptr) { |