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

feat(Feat/change-select-for-typeorm): Change it to select only the columns that exist in the DB #26

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

Ho-s
Copy link
Owner

@Ho-s Ho-s commented May 10, 2024

#24

I have modified the query to select only those columns that exist in the database, by checking the entity's metadata.

- Add metadata to resolve select issue
@Ho-s Ho-s added the bug Something isn't working label May 10, 2024
@Ho-s Ho-s self-assigned this May 10, 2024
@Ho-s Ho-s merged commit 509c0a8 into main Jun 5, 2024
1 check passed
@Ho-s Ho-s deleted the feat/change-select-for-typeorm branch June 5, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Same class used for Entity and DTO, but it has some custom properties exposed to API but not stored in DB.
1 participant