diff --git a/records.py b/records.py index b5b6766..ff0f8cd 100644 --- a/records.py +++ b/records.py @@ -343,6 +343,7 @@ class Database(object): tx.commit() except: tx.rollback() + raise finally: conn.close()