diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-29 05:16:51 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-29 06:00:08 +0000 |
commit | 2a8c566bee4f12f48a441fd37f64102328eac6d0 (patch) | |
tree | 68d232be8d4a10877ac56268a2e309f39fe4deef /libpqpp/unittests | |
parent | Tidy up (diff) | |
download | libdbpp-postgresql-2a8c566bee4f12f48a441fd37f64102328eac6d0.tar.bz2 libdbpp-postgresql-2a8c566bee4f12f48a441fd37f64102328eac6d0.tar.xz libdbpp-postgresql-2a8c566bee4f12f48a441fd37f64102328eac6d0.zip |
Improve and centralise transaction handling logiclibdbpp-postgresql-1.0.0
Diffstat (limited to 'libpqpp/unittests')
-rw-r--r-- | libpqpp/unittests/testpq.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpqpp/unittests/testpq.cpp b/libpqpp/unittests/testpq.cpp index e6721ec..ed6c4bc 100644 --- a/libpqpp/unittests/testpq.cpp +++ b/libpqpp/unittests/testpq.cpp @@ -55,7 +55,6 @@ BOOST_AUTO_TEST_CASE( bindAndSend ) mod->bindParamT(5, testInterval); mod->execute(); delete mod; - rw->commitTx(); delete rw; } |