- Correct idempotency guard docstring in update_season_stats() to accurately describe the last_game FK check limitation: only detects replay of the most-recently-processed game; out-of-order re-delivery (game G after G+1) bypasses the guard. References issue #105 for the planned ProcessedGame ledger fix. - Fix migration card_type comment: 'batting' or 'pitching' → 'batter', 'sp', or 'rp' to match actual seeded values. - Remove local rarity fixture in test_season_stats_update.py that shadowed the conftest.py fixture; remove unused rarity parameter from player_batter and player_pitcher fixtures. - Update test_double_count_prevention docstring to note the known out-of-order re-delivery limitation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 2026-03-04_add_scout_opportunities_claims.sql | ||
| 2026-03-17_add_evolution_tables.sql | ||
| migrate_roster_junction_table.py | ||