Replies: 1 comment
-
|
You can use Personally if prefer an "ugly" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment the
JoinClauseclass only supportson(andorOn) which always useswhereColumnunder the hood. This means you cannot use any raw statements as your 'on' clauses. Would it be possible to add the following method?And for convenience and consistency a
orOnRawmethod as well.Beta Was this translation helpful? Give feedback.
All reactions