Re: [symfony-users] default collaction

2011-05-09 Thread Damien Alexandre
Yes there is no way in Doctrine 2 for set a default collation on database creation. The same issue apply to table creation, the parameters exists on the DBAL but there is no setting / annotation to force a table collation. The only way for me to get my table UFT8 was to manualy create the databas

Re: [symfony-users] default collaction

2011-05-09 Thread Gediminas Morkevicius
I personally solved this by adding a custom command which changes the collation, and executing it right after doctrine:database:create On Mon, May 9, 2011 at 1:50 AM, Donald Tyler wrote: > I would suggest searching the Doctrine site and mailing lists, since this > is more of a Doctrine question.

Re: [symfony-users] default collaction

2011-05-08 Thread Donald Tyler
I would suggest searching the Doctrine site and mailing lists, since this is more of a Doctrine question. On Sun, May 8, 2011 at 7:47 AM, Inori wrote: > Hi, I'm trying to change default collation, charset and engine when > creating database with doctrine:database:create. > Right now it sets to l

[symfony-users] default collaction

2011-05-08 Thread Inori
Hi, I'm trying to change default collation, charset and engine when creating database with doctrine:database:create. Right now it sets to latin_swedish and MyISAM. On this topic I've only found this, but it didn't really answer my question: http://groups.google.com/group/symfony-users/browse_threa