- Refactor get_batting_totals() to conditionally build SELECT fields based on group_by parameter - Refactor get_pitching_totals() with same pattern - Ensures all non-aggregated SELECT fields are included in GROUP BY clause - Based on successful Major Domo migration pattern |
||
|---|---|---|
| .. | ||
| routers_v2 | ||
| __init__.py | ||
| card_creation.py | ||
| db_engine.py | ||
| dependencies.py | ||
| main.py | ||
| player_scouting.py | ||