add rollback to release locks when db reads are finished
This commit is contained in:
parent
85b03ef720
commit
b266b48c33
|
@ -290,6 +290,7 @@ class fpdb:
|
|||
|
||||
# Database connected to successfully, load queries to pass on to other classes
|
||||
self.querydict = FpdbSQLQueries.FpdbSQLQueries(self.db.get_backend_name())
|
||||
self.db.db.rollback()
|
||||
#end def load_profile
|
||||
|
||||
def not_implemented(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user