diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-15 13:17:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-19 11:41:11 +0200 |
commit | fe82ef79b9276e76b50eaf8fc1cc38646a84d49a (patch) | |
tree | 072d39a4e85eedefd6474a0e1bf55f49f873ece7 /common/threads | |
parent | 52c34521dcb4778713b922442222cc0e5e413b71 (diff) |
Implement early connection release
Diffstat (limited to 'common/threads')
-rw-r--r-- | common/threads/driver.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/threads/driver.cxx b/common/threads/driver.cxx index b8a66f1..3f7f171 100644 --- a/common/threads/driver.cxx +++ b/common/threads/driver.cxx @@ -101,10 +101,6 @@ struct task transaction t (db_.begin ()); - { // @@ TMP - - //result r (db_.query<object> (query::str == "another value", false)); - prep_query pq (db_.lookup_query<object> ("object-query")); if (!pq) @@ -127,8 +123,6 @@ struct task } assert (found); - } // @@ TMP - t.commit (); } |