From fd28011455bd9552150031e9f4a69f5b185b4ae2 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 29 Dec 2015 05:16:51 +0000 Subject: Improve and centralise transaction handling logic --- libsqlitepp/unittests/testsqlite.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libsqlitepp/unittests/testsqlite.cpp') diff --git a/libsqlitepp/unittests/testsqlite.cpp b/libsqlitepp/unittests/testsqlite.cpp index 1e4aa90..18707ef 100644 --- a/libsqlitepp/unittests/testsqlite.cpp +++ b/libsqlitepp/unittests/testsqlite.cpp @@ -50,7 +50,6 @@ BOOST_AUTO_TEST_CASE( bindAndSend ) mod->execute(); BOOST_REQUIRE_EQUAL(2, rw->insertId()); delete mod; - rw->commitTx(); delete rw; } -- cgit v1.2.3