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: BaseEntity.reload method regression and made findOne to throw error on missing conditions in runtime #8801

Merged
merged 6 commits into from Mar 26, 2022

Conversation

pleerock
Copy link
Member

fixes #8793

@pleerock pleerock merged commit ee8c1ec into master Mar 26, 2022
@pleerock pleerock deleted the base-entity-reload-fix branch March 26, 2022 15:05
M-TGH pushed a commit to TradeCast/typeorm that referenced this pull request Mar 29, 2022
…error on missing conditions in runtime (typeorm#8801)

* fixed reload method and how `findOne` works in runtime

* fixing broken tests

* fixing broken tests

* fixing broken tests

* fixing broken tests

* fixing broken tests
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.

BaseEntity.reload() loads the wrong entity
1 participant