diff options
Diffstat (limited to 'common/schema/driver.cxx')
-rw-r--r-- | common/schema/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/schema/driver.cxx b/common/schema/driver.cxx index e189b23..74321e3 100644 --- a/common/schema/driver.cxx +++ b/common/schema/driver.cxx @@ -32,7 +32,7 @@ main (int argc, char* argv[]) // cout << "test 001" << endl; { - transaction t (db->begin_transaction ()); + transaction t (db->begin ()); t.commit (); } } |