mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-01-25 05:58:50 -06:00
- Add transaction error handling to load_user function - Create safe_query utility for safe database query execution - Update test authentication helper to use safe query pattern - Add comprehensive troubleshooting guide for transaction errors Fixes issue where failed database transactions would cause 'current transaction is aborted' errors when loading users. The fix automatically rolls back failed transactions and retries queries, preventing application crashes.