Comment 2 for bug 1410854

Revision history for this message
Attila Fazekas (afazekas) wrote :

Consider using http://docs.sqlalchemy.org/en/rel_0_9/orm/query.html#sqlalchemy.orm.query.Query.with_for_update with the select, it allows the first reader to win the update.