MyMidas/backend
megaproxy a7e58d6aa1 Fix cashflow endpoint: pass date object instead of integer to SQL
asyncpg infers :days as an integer, causing a 'date >= integer' type
error in PostgreSQL. Compute the cutoff date in Python and bind it as
a date parameter instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-28 10:45:57 +00:00
..
alembic Add pensions module and integrate with tax report 2026-04-28 09:59:01 +00:00
app Fix cashflow endpoint: pass date object instead of integer to SQL 2026-04-28 10:45:57 +00:00
scripts
tests
alembic.ini
Dockerfile Add pensions module and integrate with tax report 2026-04-28 09:59:01 +00:00
pyproject.toml ML predictions Phase 4: SARIMA spending forecast with dual confidence bands 2026-04-28 10:30:26 +00:00