Is there any way to get a list of the tables along...
# exposed
e
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
Cant you just alias it yourself ?