https://kotlinlang.org logo
e

Endre Deak

03/03/2021, 10:29 PM
Is there any way to get a list of the tables along with their aliases participating in a
Join
? I saw
Join.joinParts
but that’s not accessible from outside - looks like it’s not 100% prepared for a use-case where the same table can be joined with a different alias.
I propose to make
joinParts
accessible therefore this problem can be solved very easily
s

spand

03/05/2021, 6:54 AM
Cant you just alias it yourself ?