advanced_alchemy annotates the `ids` query parameter as list[str] whatever the config says, so a bigint primary key was compared against strings and Postgres refused. Nothing had called ?ids= until now.
advanced_alchemy annotates the `ids` query parameter as list[str] whatever the config says, so a bigint primary key was compared against strings and Postgres refused. Nothing had called ?ids= until now.