add an expression to join on #1828
Replies: 7 comments
-
Beta Was this translation helpful? Give feedback.
-
Greetings.
|
Beta Was this translation helpful? Give feedback.
-
I know I can solve the problem this way, the code I commented out does, but what I want is to be able to solve it directly by setting an expression in the collection, which is a lot easier and saves a lot of useless code.Otherwise, why would you convert getting getOnExpression() to the getOnExpressions() method |
Beta Was this translation helpful? Give feedback.
-
it just a direction that can be optimized, otherwise I don't feel there's much point in getting the collection |
Beta Was this translation helpful? Give feedback.
-
I am sorry. I have actually zero idea what you are trying to ask for or what exactly you want to suggest. select *
from a inner join b inner join c on a.a=b.a on b.c = c.c Furthermore, you can simple use the However, if you see a potential for improving the API, please send a PR. |
Beta Was this translation helpful? Give feedback.
-
I am sorry. I did not think anout this. Now, i have no problem, thank you for your explain. If I think of a good solution to this problem I raised myself, I am coming to consult you or send a PR. |
Beta Was this translation helpful? Give feedback.
-
You are most welcome. Thank you for your interest. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions