DAK Zweitmeinungs-Portal – Case Management & Reporting
Find a file
CCS Admin 5ee1cff0d6 fix: use SQLAlchemy Integer type in .cast() calls in report_service
.cast(int) uses Python's builtin int, which lacks SQLAlchemy's
_isnull attribute. Replace all occurrences with .cast(Integer).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 09:06:48 +00:00
backend fix: use SQLAlchemy Integer type in .cast() calls in report_service 2026-02-24 09:06:48 +00:00
deploy feat: add Passenger app.js for Plesk deployment 2026-02-24 08:55:47 +00:00
docs/plans feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
frontend feat: coding queue, reports, notifications, and admin pages 2026-02-24 08:39:56 +00:00
.gitignore feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
Dak_projekt_spezifikation_final.md feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00