From e57907de358268528bc8eaf29047974824cde11e Mon Sep 17 00:00:00 2001 From: Massimo Date: Tue, 19 Nov 2013 17:38:13 -0600 Subject: [PATCH] do not truncate on delete --- VERSION | 2 +- gluon/dal.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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