Gavin
Gavin
DTDrizzle Team
Created by Gavin on 9/19/2023 in #help
Serializable isolation level - for update selects
Hi, Is there a way to add "for update" to the end of the query to help with serializable transactions? Without it, we cannot read then later update the same record in a transaction in postgres. So far, I've just written out the sql myself and lose most of the types.
3 replies