-
-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ER_DUP_FIELDNAME: Duplicate column name 'profileId' #450
Comments
Hi, have you tried to add aliases in every join option? |
that means that you have something wrong with defining relations in entities |
I will share the relations |
Could you please confirm that you've added profileId as a column to every entity that has profile relation? If not, I think you should add it |
Why don't you use |
sorry didnt get you, can you elaborate |
Is there any update about this? It seems that joining previously aliased related entities is not working at all. |
Or you cannot join aliased relations by the documentation:
|
fixed in v4.6.0 |
Thanks a lot, saved the day |
First of all thanks everyone contributing to this awesome library.
I am having trouble joining nested relations, below is my use case
Any help would be appriciated
Thanks,
Dinesh
The text was updated successfully, but these errors were encountered: