Ver código fonte

Merge remote branch 'stof/doctrine_charset'

* stof/doctrine_charset:
  Removed default value for the DBAL charset
Fabien Potencier 14 anos atrás
pai
commit
77522f486f

+ 1 - 1
src/Symfony/Bundle/DoctrineBundle/DependencyInjection/Configuration.php

@@ -113,7 +113,7 @@ class Configuration
                 ->fixXmlConfig('wrapper_class', 'wrapperClass')
                 ->scalarNode('wrapper_class')->end()
                 ->scalarNode('platform_service')->end()
-                ->scalarNode('charset')->defaultValue('UTF-8')->end()
+                ->scalarNode('charset')->end()
                 ->booleanNode('logging')->defaultValue($this->kernelDebug)->end()
             ->end()
         ;