-
@tyt2y3 @billy1624 I've got a bit stuck while trying to test a more complicated query in the test suite.
|
Beta Was this translation helpful? Give feedback.
Answered by
tyt2y3
Jul 17, 2021
Replies: 1 comment 7 replies
-
Line 130 in ca9aa01 The join method on the QuerySelect trait is not bounded by Related trait. RelationDef can be constructed at runtime too.
|
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
samsamai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sea-orm/src/query/helper.rs
Line 130 in ca9aa01
The
join
method on theQuerySelect
trait is not bounded byRelated
trait.RelationDef
can be constructed at runtime too.