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
JoinClause
class only supportson
(andorOn
) which always useswhereColumn
under 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
orOnRaw
method as well.Beta Was this translation helpful? Give feedback.
All reactions