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

后端 未结 0 1544
我在风中等你
我在风中等你 2021-02-11 17:18

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

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