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: defaults type cast filtering #8144

Merged
merged 2 commits into from Nov 4, 2021
Merged

fix: defaults type cast filtering #8144

merged 2 commits into from Nov 4, 2021

Conversation

julius-welink
Copy link
Contributor

@julius-welink julius-welink commented Aug 30, 2021

This fixes column default value in cockroachdb continuously producing schema changes when there should be none

Refs: #7110

Description of change

I am simply applying an existing postgres fix to cockroachdb. Cockroachdb is postgres "compatible". See #7110

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
  • Documentation has been updated to reflect this change (not required)
  • The new commits follow conventions explained in CONTRIBUTING.md

This fixes column default value in cockroachdb continuously producing schema changes when there should be none

Refs: #7110
Remove debugging code

Refs: #7110
@julius-welink
Copy link
Contributor Author

@imnotjames ?

@julius-welink
Copy link
Contributor Author

How do I get any attention from maintainers? @pleerock ?

@pleerock
Copy link
Member

pleerock commented Nov 4, 2021

Sorry sometimes it takes time for us to find a time to review PRs. Everything looks good, thank you for your contribution!

@pleerock pleerock merged commit 28c183e into typeorm:master Nov 4, 2021
HeartPattern pushed a commit to HeartPattern/typeorm that referenced this pull request Nov 29, 2021
* fix: defaults type cast filtering

This fixes column default value in cockroachdb continuously producing schema changes when there should be none

Refs: typeorm#7110

* fix: defaults type cast filtering

Remove debugging code

Refs: typeorm#7110
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