Bug description When using updateMany on MySQL with Prisma Client (tested on @prisma/[email protected]), the generated SQL for UPDATE does not reuse the full where predicate. Instead, Prisma appears to: ...