-
-
Notifications
You must be signed in to change notification settings - Fork 551
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
Cannot load embedded entities #138
Labels
Comments
typeorm/typeorm#4047 |
Is anything happening with this? About to refactor some stuff but I thought it was worth checking ... |
frco9
added a commit
to frco9/crud
that referenced
this issue
Sep 19, 2019
frco9
added a commit
to frco9/crud
that referenced
this issue
Sep 25, 2019
fix(nestjsx#138): Load embedded entities
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there is an entity whose property is an embedded entity, then this property cannot be loaded due to a naming issue.
all columns are using default naming strategy.
BTW,
TypeOrmCrudService.alias
's access modifier shall beprotected
The text was updated successfully, but these errors were encountered: