Problemunvalidated
Is it possible to lost increment here? Tension: stats.setTotalSold(stats.getTotalSold() + 1); // lost increment? Outcome: Lost increment is impossible with REPEATABLE_READ isolation level (at least in PostgreSQL).
8354b898-c51a-4dde-8ae4-54d24267b507
Is it possible to lost increment here? Tension: stats.setTotalSold(stats.getTotalSold() + 1); // lost increment? Outcome: Lost increment is impossible with REPEATABLE_READ isolation level (at least in PostgreSQL).