Paper Dynasty Database - PostgreSQL database service
Go to file
Cal Corum 1517283114 CLAUDE: Fix GROUP BY queries for PostgreSQL compatibility
- 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
2025-11-07 10:25:00 -06:00
app CLAUDE: Fix GROUP BY queries for PostgreSQL compatibility 2025-11-07 10:25:00 -06:00
.gitignore Adding card variant support 2025-07-22 09:26:23 -05:00
db_engine.py Pre-Season 6 Updates 2023-10-19 23:16:47 -05:00
db_migrations.py CLAUDE: Add PostgreSQL support and table names to models 2025-11-07 10:23:14 -06:00
Dockerfile Flip image libraries due to white bar bug 2024-11-04 23:17:07 -06:00
LICENSE Initial commit 2023-02-19 21:38:07 -06:00
main.py Hash updates for marketplace transactions 2023-09-12 21:06:38 -05:00
POSTGRES_MIGRATION_PLAN.md CLAUDE: Add PostgreSQL support and table names to models 2025-11-07 10:23:14 -06:00
requirements.txt Flip image libraries due to white bar bug 2024-11-04 23:17:07 -06:00
sheets.py Create sheets.py 2023-02-21 15:58:01 -06:00