diff --git a/VERSION b/VERSION index 946a9e61..d8b40987 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.7.4-stable+timestamp.2013.11.19.17.05.52 +Version 2.7.4-stable+timestamp.2013.11.19.17.37.28 diff --git a/gluon/dal.py b/gluon/dal.py index 2228987b..85678953 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -1542,7 +1542,6 @@ class BaseAdapter(ConnectionPool): for query in queries: self.log(query + '\n', table) self.execute(query) - table._db.commit() self.log('success!\n', table) finally: pass