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: adds entity-schema support for withoutRowid #8432

Merged
merged 2 commits into from Dec 10, 2021

Conversation

pthrasher
Copy link
Contributor

@pthrasher pthrasher commented Dec 5, 2021

Description of change

A previous pull request (#4688) added support for withoutRowid to EntityOptions but did not extend this support all the way into EntitySchemaOptions

This PR adds this missing piece.

Fixes: #8429

Pull-Request Checklist

  • Code is up-to-date with the master branch
  • npm run lint passes with this change
  • npm run test passes with this change
  • This pull request links relevant issues as Fixes #0000
  • There are new or updated unit tests validating the change N/A
  • Documentation has been updated to reflect this change N/A
  • The new commits follow conventions explained in CONTRIBUTING.md

@pthrasher
Copy link
Contributor Author

Pipeline failed simply due to some timeout or something... I tried re-running, but I don't have permission.

@pleerock pleerock merged commit bd22dc3 into typeorm:master Dec 10, 2021
@pleerock
Copy link
Member

Thank you for contribution! 🎉

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.

EntitySchemaOptions does not support withoutRowid but EntityOptions does
2 participants