Skip to content

Commit

Permalink
add NOWAIT
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbrt committed Jan 14, 2025
1 parent 0cfb562 commit bdbcc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/resources/sql/submission/lock.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT 1 FROM form_submissions WHERE id = :submission_id AND form = :form_id FOR UPDATE
SELECT 1 FROM form_submissions WHERE id = :submission_id AND form = :form_id FOR UPDATE NOWAIT

0 comments on commit bdbcc13

Please sign in to comment.