From 5dd7dd9be45767206ba5680c60bd2c310519d65b Mon Sep 17 00:00:00 2001 From: William DURAND Date: Tue, 24 May 2011 23:52:43 +0200 Subject: [PATCH] Added charset at build time --- Command/PhingCommand.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Command/PhingCommand.php b/Command/PhingCommand.php index f89dfad..95a4fc0 100644 --- a/Command/PhingCommand.php +++ b/Command/PhingCommand.php @@ -195,6 +195,9 @@ EOT %username% %password% + + %charset% + EOT @@ -204,6 +207,7 @@ EOT '%dsn%' => $datasource['connection']['dsn'], '%username%' => $datasource['connection']['user'], '%password%' => $datasource['connection']['password'], + '%charset%' => $container->getParameter('propel.charset'), )); }