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
Copy file name to clipboardExpand all lines: SeaORM/docs/06-relation/06-custom-join-condition.md
+23
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ It can be done via one of the following ways.
17
17
## Relation
18
18
19
19
Add your additional join conditions directly to the relation enum. The easiest way is to provide a `sea_query::SimpleExpr` via `on_condition` procedural macros attribute.
20
+
If you want to have a `OR` condition relation, you can use `condition_type = "any"` to alter the relation.
0 commit comments