diff options
Diffstat (limited to 'odb/transaction.cxx')
-rw-r--r-- | odb/transaction.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/transaction.cxx b/odb/transaction.cxx index 4fc730a..f9883b6 100644 --- a/odb/transaction.cxx +++ b/odb/transaction.cxx @@ -34,9 +34,8 @@ namespace odb { rollback (); } - catch (const database_exception&) + catch (...) { - // Ignore it. } } |