2059: need a way to compare and merge all objects, by MD Nauta
svn: r15645
This commit is contained in:
@ -1322,7 +1322,8 @@ class DbBsddb(DbBsddbRead, DbWriteBase, UpdateCallback):
|
||||
except:
|
||||
pass
|
||||
finally:
|
||||
cursor.close()
|
||||
if 'cursor' in locals():
|
||||
cursor.close()
|
||||
|
||||
def commit_base(self, obj, data_map, key, transaction, change_time):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user