0ab1f888fa
SQLAlchemy text() 의 `:name` 파라미터가 PostgreSQL `::type` cast 와 토큰 경계 충돌로 치환되지 않아 `syntax error at or near ":"` 발생. `:since::timestamptz` → `CAST(:since AS TIMESTAMPTZ)` 로 변경. Reproduction: --since/--until 옵션 사용 시 모든 집계 쿼리 실패. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>