#1407: Regression: enum are VARCHAR in MySQL
-------------------------+--------------------------------------------------
Reporter: colnector | Owner: jwage
Type: defect | Status: closed
Priority: critical | Milestone: New
Component: Attributes | Version: 1.0
Resolution: wontfix | Keywords:
Has_test: 0 | Mystatus: Pending Core Response
Has_patch: 0 |
-------------------------+--------------------------------------------------
Comment (by romanb):
whether native enums are supported or not depends on your dbms. Most dbms
have some native enum type. MySql5 has a native enum type as far as i
know. Not sure whether Doctrine can export it though or whether you have
to create it manually.
$manager->setAttribute(Doctrine::ATTR_USE_NATIVE_ENUMS, true)
Its true that this is not in the docs i believe theres already a ticket
for it.
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1407#comment:5>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---