fromdjango.dbimportconnection,transactioncursor=connection.cursor()#获得一个游标(cursor)对象cursor.execute('updateother_other2setname="李四"whereid=%s',[3])transaction.commit_unless_managed()#提交到数据库我该怎么知道数据库有没有更新成功呢?
添加回答
举报
0/150
提交
取消