[Fixed]-Django select_for_update when row doesn't exist yet

1👍

Answer: no, you cannot do that.

0👍

When you make an insert with another thread, the database blocks another insert transaction as long as there is conflict by a constraint (primary key, unique index, etc.)

Leave a comment