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

Rework the logic of handling TEXT default value for Oracle MySQL #5348

Merged
merged 1 commit into from
Apr 6, 2022

Conversation

morozov
Copy link
Member

@morozov morozov commented Apr 6, 2022

Only Oracle MySQL doesn't support the default value of the TEXT and BLOB columns and only up until version 8.0.13.

Instead of being implemented in AbstractMySQLPlatform (which the MariaDB platform also inherits), the corresponding DDL builder logic should be implemented in the MySQL platform.

@morozov morozov added this to the 4.0.0 milestone Apr 6, 2022
@morozov morozov merged commit 8219d63 into doctrine:4.0.x Apr 6, 2022
@morozov morozov deleted the mysql-text-default branch April 6, 2022 19:40
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants