Skip to content
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

fix(crud-typeorm): include embeded column name in search query #601

Closed
wants to merge 1 commit into from
Closed

fix(crud-typeorm): include embeded column name in search query #601

wants to merge 1 commit into from

Conversation

dineshsalunke
Copy link

@dineshsalunke dineshsalunke commented Aug 24, 2020

Trying to use an embedded entity column name in search query throws an error

error: ExceptionsHandler ER_BAD_FIELD_ERROR: Unknown column 'profile.firstname' in 'where clause' -> (QueryFailedError: ER_BAD_FIELD_ERROR: Unknown column 'profile.firstname' in 'where clause' at new QueryFailedError

This issue comes for this change ebc3720

I am not sure if this would be the right way to approach, suggestions and ideas are welcome

@dineshsalunke
Copy link
Author

Any update on this ?

@rewiko rewiko mentioned this pull request Nov 28, 2021
19 tasks
@dineshsalunke dineshsalunke closed this by deleting the head repository Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants