mirror of
https://code.sup39.dev/repos/Wqawg
synced 2025-01-06 06:36:46 +09:00
1ae924558f
`updateGet` isn't atomic by default. In PostgreSQL the default isolation level if committed read, and an `update` followed by a `get` doesn't guarantee you get the same value you sent. However I'm making a patch for `persistent` to make `updateGet` atomic for PostgreSQL. |
||
---|---|---|
.. | ||
Auth.hs | ||
Discussion.hs | ||
Ticket.hs |