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

DBAL-5: Generalize SchemaManager Db Column to Doctrine Type Detection #1702

Closed
doctrinebot opened this issue May 1, 2010 · 4 comments
Closed
Assignees
Milestone

Comments

@doctrinebot
Copy link

Jira issue originally created by user @beberlei:

Currrently the Transformation from each Database Column to a Doctrine Type is hardcoded in the SchemaManager. This code has to be generalized and moved to the Platform so that people supplying custom doctrine types can overwrite this. The API for this sould look like:

$platform->registerDoctrineType($doctrineTypeName, $dbColumnType)

This way we could supply all the defaults using this API and give users the ability to overwrite or extend it based on their needs.

@doctrinebot
Copy link
Author

@doctrinebot
Copy link
Author

Comment created by @beberlei:

Implemented for BETA 2

@doctrinebot
Copy link
Author

Issue was closed with resolution "Fixed"

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants