fix: case-insensitive team_abbrev filter in transactions endpoint #60

Merged
cal merged 1 commits from fix/transaction-team-filter-case-insensitive into main 2026-03-08 22:37:47 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
6af278d737 fix: case-insensitive team_abbrev filter in transactions endpoint
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m7s
The team_abbrev filter uppercased input but compared against mixed-case
DB values (e.g. "MKEMiL"), causing affiliate roster transactions to be
silently dropped from results. Use fn.UPPER() on the DB column to match.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 17:35:12 -05:00