Weakness
ORM Type Adaptation Mismatch
orm-type-adaptation-mismatch
A recurring ORM mapping failure where high-level Python types (e.g., list[str], dict/JSON literals) cannot be adapted to underlying SQLAlchemy/Postgres column types, leading to runtime errors and pushing developers toward explicit JSON storage.