#1382: wrong charset when creating database
-------------------------+--------------------------------------------------
Reporter: warden | Owner: jwage
Type: defect | Status: closed
Priority: minor | Milestone: Unknown
Component: Attributes | Version: 1.0
Resolution: fixed | Keywords:
Has_test: 0 | Mystatus: Pending Core Response
Has_patch: 0 |
-------------------------+--------------------------------------------------
Changes (by jwage):
* status: new => closed
* resolution: => fixed
Comment:
In 0.11 their was a big where you were required to also specify the
collation as well, like the example below:
{{{
---
MyCustomOptionRecord:
columns:
name: string
options:
collate: utf8_unicode_ci
charset: utf8
}}}
This is fixed in the 1.0 branch now so you can just specify charset and it
will be exported to the database.
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1382#comment:2>
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
-~----------~----~----~----~------~----~------~--~---