Changes between Version 1 and Version 2 of UseCase0001
- Timestamp:
- 03/16/26 20:42:16 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase0001
v1 v2 56 56 WHERE r.resource_id = 5; 57 57 }}} 58 58 The system also retrieves upcoming reservations for this resource: 59 59 {{{ 60 60 SELECT res.reservation_id, res.start_time, res.end_time, … … 77 77 OR EXTRACT(ISODOW FROM DATE '2026-02-20') <= 5); 78 78 }}} 79 79 Then the system checks for conflicting reservations at that time: 80 80 {{{ 81 81 SELECT COUNT(*) AS conflict_count
