Ejemplo n.º 1
0
 def rollback(self):
     dd.clean_locks()
     super(DeadlockDetectingSession, self).rollback()
Ejemplo n.º 2
0
 def commit(self):
     dd.clean_locks()
     super(DeadlockDetectingSession, self).commit()
Ejemplo n.º 3
0
 def rollback(self):
     dd.clean_locks()
     super(DeadlockDetectingSession, self).rollback()
Ejemplo n.º 4
0
 def commit(self):
     dd.clean_locks()
     super(DeadlockDetectingSession, self).commit()
Ejemplo n.º 5
0
 def flush(self):
     clean_locks()
     super(DeadlockDetectingSession, self).flush()
Ejemplo n.º 6
0
 def flush(self):
     clean_locks()
     super(DeadlockDetectingSession, self).flush()