SIGN IN SIGN UP

Add SELECT ... FOR NO KEY UPDATE support for Postgres (#1949)

Allow slightly reducing the lock level when using `select_for_update` on
Postgres DBs. This lock level allows concurrent inserts and deletes on
tables that have foreign key references to the locked rows.

The parameters follow the Django ORM design:

https://code.djangoproject.com/ticket/30375

* Update pypika-tortoise version requirement
L
Ludwig Hähne committed
65a61a29107e796c240f014fb7dc3baed3a7e601
Parent: 5fbeae7
Committed by GitHub <noreply@github.com> on 5/26/2025, 8:52:13 AM