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(3536): fix sync schema issue with postgres enum in case capital letters in entity name #3814

Merged
merged 1 commit into from Mar 13, 2019
Merged

fix(3536): fix sync schema issue with postgres enum in case capital letters in entity name #3814

merged 1 commit into from Mar 13, 2019

Conversation

vlapo
Copy link
Contributor

@vlapo vlapo commented Mar 12, 2019

Using uppercase letters in enum names seems to be problem in postgres. This PR convert whole enum name into lowercase (not only column name part).

Fixes #3536 #2724
Close #1978 in favour of this PR with tests for inactivity of original PR author.

@AlexMesser AlexMesser merged commit 16ca257 into typeorm:master Mar 13, 2019
@vlapo vlapo deleted the fix-3536-enum-type-entity-capital-letter branch March 13, 2019 19:43
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