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(NestJSX-CRUD-TypeOrm): 🐛 Ability to Use Search and Filter Features with Nested Entities. #737

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

orbitturner
Copy link

Fixing the Error [Invalid Column Name] or [ syntax error at or near ":".] when using filter or search in relational/nested entities.
Example when you have an User Like That :
image

And want to do a filter like that : http://apiqctoolsbyt/api/system-users?filter=userState.id||$eq||3
You was Getting this error :
image

And this Pull Request Will fix It !

…s with Nested Entities.


Fixing the Error [Invalid Column Name] or [ syntax error at or near \":\".]  when using filter or search in relational/nested entities.
@rewiko rewiko mentioned this pull request Nov 28, 2021
19 tasks
@rewiko
Copy link
Collaborator

rewiko commented Nov 28, 2021

merged and released via rewiko#5 v5.0.17

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.

None yet

2 participants