sojorn/go-backend/internal
Patrick Britton a3c609c0cc Fix ToggleReaction error handling - use pgx.ErrNoRows instead of sql.ErrNoRows
pgx returns pgx.ErrNoRows not sql.ErrNoRows for no rows result set, causing toggle reaction to fail
2026-02-01 12:54:08 -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 Add debug log to GetPost handler to track API calls 2026-02-01 00:05:52 -06:00
middleware Fix unused variable compilation error in geoip.go 2026-02-01 12:46:28 -06:00
models Fix reaction JSON serialization - remove omitempty to ensure empty reactions are included as {} instead of null 2026-02-01 12:33:33 -06:00
realtime Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
repository Fix ToggleReaction error handling - use pgx.ErrNoRows instead of sql.ErrNoRows 2026-02-01 12:54:08 -06:00
services Fix main.go syntax errors and ensure proper build 2026-01-31 23:32:15 -06:00