fix: calculate lob_2outs and rbipercent in SeasonPitchingStats (#28) #59

Merged
cal merged 1 commits from ai/major-domo-database-28 into next-release 2026-03-10 14:24:07 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
926b03971b fix: calculate lob_2outs and rbipercent in SeasonPitchingStats (#28)
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m28s
Both fields were hardcoded to 0.0 in the INSERT. Added SQL expressions
to the pitching_stats CTE to calculate them from stratplay data, using
the same logic as the batting stats endpoint.

- lob_2outs: count of runners stranded when pitcher recorded the 3rd out
- rbipercent: RBI allowed (excluding HR) per runner opportunity

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-08 09:34:49 -05:00