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

Add options (charset, collation) to DiscriminatorColumn to align it with Column options #10462

Closed
janedbal opened this issue Jan 26, 2023 · 1 comment · Fixed by #10601
Closed
Labels

Comments

@janedbal
Copy link
Contributor

Feature Request

Q A
New Feature yes
RFC no
BC Break no

Summary

As stated in related dbal issue, when trying to declare charset and collation for discriminator column, the only option to use is columnDefinition (which causes the migration issue described in the dbal issue). I believe that DiscriminatorColumn is not that much different from regular Column and it should support the same features.

@derrabus derrabus added the Bug label Jan 26, 2023
JanTvrdik added a commit to JanTvrdik/doctrine-orm that referenced this issue Mar 29, 2023
JanTvrdik added a commit to JanTvrdik/doctrine-orm that referenced this issue Mar 29, 2023
JanTvrdik added a commit to JanTvrdik/doctrine-orm that referenced this issue Mar 29, 2023
JanTvrdik added a commit to JanTvrdik/doctrine-orm that referenced this issue Mar 29, 2023
JanTvrdik added a commit to JanTvrdik/doctrine-orm that referenced this issue Mar 30, 2023
JanTvrdik added a commit to JanTvrdik/doctrine-orm that referenced this issue Mar 30, 2023
JanTvrdik added a commit to JanTvrdik/doctrine-orm that referenced this issue Mar 30, 2023
@mattjanssen
Copy link

Was this resolved with #10601 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants