arbret/backend/routes
counterweight 1a478f7583
Make copy operation atomic with explicit transaction handling
- Wrapped copy operation in try/except with explicit rollback
- Added comments explaining atomicity
- Ensures all-or-nothing behavior for copying to multiple dates
2025-12-21 17:57:42 +01:00
..
__init__.py first implementation 2025-12-20 22:18:14 +01:00
audit.py reviewed 2025-12-20 22:38:39 +01:00
auth.py reviewed 2025-12-20 22:38:39 +01:00
availability.py Make copy operation atomic with explicit transaction handling 2025-12-21 17:57:42 +01:00
booking.py Be explicit about eager loading in queries 2025-12-21 17:57:23 +01:00
counter.py reviewed 2025-12-20 22:38:39 +01:00
invites.py reviewed 2025-12-20 22:38:39 +01:00
meta.py implemented 2025-12-20 23:06:05 +01:00
profile.py reviewed 2025-12-20 22:38:39 +01:00
sum.py reviewed 2025-12-20 22:38:39 +01:00