You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@prkbuilds Sorry for taking that long to answer. I've not forgot about this, but I had not the capacity yet to investigate why this happens.
It might help to have those tuple impls, but I'm not sure about that. You need to try it.
When building a custom QueryFragment, it seems some method do not behave the same when using the standard
SelectBy
trait or a custom implementation.This happens in particular when trying to query two structs inside a tuple (see example below).
Minimum reproduction
Here is the error produced by the compiler:
cargo error message
Originally posted by @Zstorm999 in #4234 (comment)
In particular, it seems that this impl
diesel/diesel/src/type_impls/tuples.rs
Lines 371 to 384 in 79399de
and this one
diesel/diesel/src/type_impls/tuples.rs
Lines 342 to 349 in 79399de
do not behave correctly together
The text was updated successfully, but these errors were encountered: