diesel-rs / diesel

A safe, extensible ORM and Query Builder for Rust
https://diesel.rs
Apache License 2.0
12.69k stars 1.07k forks source link

`excluded` is allowed in places it shouldn't be #799

Open sgrif opened 7 years ago

sgrif commented 7 years ago

https://github.com/diesel-rs/diesel/blob/e539fa1f91cc78fb826ede3c11919b7235b7cdd7/diesel_compile_tests/tests/compile-fail/pg_upsert_do_update_requires_valid_update.rs#L55-L57

deved99 commented 1 month ago

Hello! I've added an example of this here.