예제 #1
0
 def abort(self):
     log.info("abort")
     self.durus_conn.abort()
예제 #2
0
 def abort(self):
     log.info("abort")
     self.durus_conn.abort()
예제 #3
0
 def commit(self):
     log.info("commit")
     self.durus_conn.commit()
예제 #4
0
 def commit(self):
     log.info("commit")
     self.durus_conn.commit()