v4.1.3 — typed numeric filter literals
Every numeric literal in generated filter tests now carries its type. The
int/int32/int64 arm used to emit a bare 1, which converts inside the predicate
call but stays int inside []any{...} — so the byte-equal suite failed on a plain
BIGINT column of the user entity. Regenerating rewrites those literals only.