Brendonovich / prisma-client-rust

Type-safe database access for Rust
https://prisma.brendonovich.dev
Apache License 2.0
1.76k stars 104 forks source link

Allow scalar operations in update_many #289

Closed Brendonovich closed 1 year ago

Brendonovich commented 1 year ago

The new UncheckedSetParam in #287 is too restrictive - update_many should be able to use more than just equals, just not in a checked manner.

Would be made easier by #252

image