major-domo-database/app
Cal Corum b0fd1d89ea fix: eliminate N+1 queries in batch POST endpoints (#25)
Replace per-row Team/Player lookups with bulk IN-list queries before
the validation loop in post_transactions, post_results, post_schedules,
and post_batstats. A 50-move batch now uses 2 queries instead of 150.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 16:29:58 -05:00
..
routers_v3 fix: eliminate N+1 queries in batch POST endpoints (#25) 2026-03-17 16:29:58 -05:00
services fix: invalidate cache after PlayerService write operations (#32) 2026-03-17 16:28:07 -05:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
db_engine.py fix: replace bare except: with except Exception: (#29) 2026-03-17 16:29:21 -05:00
dependencies.py fix: calculate lob_2outs and rbipercent in SeasonPitchingStats (#28) 2026-03-17 16:28:07 -05:00
main.py Added HelpCommands 2025-10-17 16:36:40 -05:00