django.db.utils.NotSupportedError: NOWAIT is not supported on this database backend

后端 未结 0 612
鱼传尺愫
鱼传尺愫 2021-02-11 17:02

I want to use select_for_update(nowait=True) in my Django project with MySQL database, but MySQL does not support NOWAIT. I don\'t have to wait until t

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