1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2025-01-06 06:36:46 +09:00
vervis/src/Vervis/Federation
fr33domlover 1ae924558f Use updateGet for atomic access to projectNextTicket
`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.
2019-06-18 10:47:01 +00:00
..
Auth.hs Refactor the types used in activity authentication and handle project recipient 2019-06-16 21:39:50 +00:00
Discussion.hs Handle Offer{Ticket} in project inbox, and turn DB ticketTitle into HTML 2019-06-17 19:55:03 +00:00
Ticket.hs Use updateGet for atomic access to projectNextTicket 2019-06-18 10:47:01 +00:00