-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
BlameableBugA confirmed bug in Extensions that needs fixing.A confirmed bug in Extensions that needs fixing.Still RelevantMark PRs that might've been auto-closed that are still relevant.Mark PRs that might've been auto-closed that are still relevant.
Description
Is int value a valid Doctrine mapping type? It seems that "integer" should be used instead.
I've managed to defined custom doctrine type in symfony configuration so this works for me at framework level:
doctrine:
dbal:
types:
int: Doctrine\DBAL\Types\IntegerType
However, it would be nice to have "integer" value in $validTypes collection as well, so everyone can be happy :)
Something similar is reported here but closed without proper resolution #1137
sgehrig
Metadata
Metadata
Assignees
Labels
BlameableBugA confirmed bug in Extensions that needs fixing.A confirmed bug in Extensions that needs fixing.Still RelevantMark PRs that might've been auto-closed that are still relevant.Mark PRs that might've been auto-closed that are still relevant.