testing.combinations(
(
lambda User: select(User).where(User.id == bindparam("id")),
{"id": 18},
{"id": 7},
"SELECT users.id, users.name FROM us
| 1 | import re |
| 2 | from typing import Annotated |
| 3 | from typing import Any |
| 4 | from typing import Optional |
nothing calls this directly
no outgoing calls
no test coverage detected