add an expression to join on #1828
Replies: 7 comments
|
Greetings.
|
|
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 |
|
it just a direction that can be optimized, otherwise I don't feel there's much point in getting the collection |
|
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.cFurthermore, you can simple use the However, if you see a potential for improving the API, please send a PR. |
|
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. |
|
You are most welcome. Thank you for your interest. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
All reactions