do not truncate on delete

This commit is contained in:
Massimo
2013-11-19 17:38:13 -06:00
parent df2f9e7119
commit e57907de35
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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
-1
View File
@@ -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