MinorBooking checkout reliabilityAugust 5, 2026
Checkout database transactions now use explicit query ordering
Checkout now orders transaction statements explicitly on each database connection, improving reliability without changing pricing, payment, or tenant-isolation behavior.
All studiosPhoto studiosVideo studiosPodcast studiosRecording studios
What changed
What changed
- Transaction statements sharing one database connection now run in an explicit first-in, first-out order.
- A failed statement releases the queue for later work instead of blocking that connection.
What changed
Why this matters
- Checkout keeps working consistently as database-driver concurrency rules become stricter.
- Pricing, payment status, availability locks, and tenant boundaries remain unchanged.