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
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.
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
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