sojorn/go-backend/internal
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
..
config Sojorn Backend Finalization & Cleanup - Complete Migration from Supabase 2026-01-30 09:24:31 -06:00
database Fix UUID casting issues in post, notification, and category repositories 2026-01-31 13:55:59 -06:00
handlers Fix UUID casting issues in post, notification, and category repositories 2026-01-31 13:55:59 -06:00
middleware Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
models Fix UUID casting issues in post, notification, and category repositories 2026-01-31 13:55:59 -06:00
realtime Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
repository Fix UUID casting issues in post, notification, and category repositories 2026-01-31 13:55:59 -06:00
services Sojorn Backend Finalization & Cleanup - Complete Migration from Supabase 2026-01-30 09:24:31 -06:00