How to restart transaction after abort?

前端 未结 0 650
后悔当初
后悔当初 2020-12-22 15:32

I have this code:

for foo in range(1,10):
    try:
       cur_write = self.connection.cursor()
       cur_write.execute("SELECT raise_exception(foo)"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题