sojorn/go-backend/internal/handlers
Patrick Britton b76154be3a Fix UUID casting issues in post, notification, and category repositories
- Replace NULLIF with CASE WHEN for proper UUID casting
- Fix missing ::uuid casting in WHERE clauses
- Resolve 'operator does not exist: uuid = text' errors
- Focus on post_repository.go, notification_repository.go, and category_repository.go
2026-01-31 13:55:59 -06:00
..
analysis_handler.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
auth_handler.go Sojorn Backend Finalization & Cleanup - Complete Migration from Supabase 2026-01-30 09:24:31 -06:00
backup_handler.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
category_handler.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
chat_handler.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
key_handler.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
media_handler.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
notification_handler.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
post_handler.go Fix UUID casting issues in post, notification, and category repositories 2026-01-31 13:55:59 -06:00
search_handler.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
settings_handler.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
templates.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
user_handler.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
ws_handler.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00