Hi Marco,

I've printed the merged config and the configuration session is as follows
array(19) {
  ["doctrine"]=>
  array(12) {

    ....

    ["configuration"]=>
    array(2) {
      ["orm_default"]=>
      array(11) {
        ["metadata_cache"]=>
        string(5) "array"
        ["query_cache"]=>
        string(5) "array"
        ["result_cache"]=>
        string(5) "array"
        ["driver"]=>
        string(11) "orm_default"
        ["generate_proxies"]=>
        bool(true)
        ["proxy_dir"]=>
        string(28) "data/DoctrineORMModule/Proxy"
        ["proxy_namespace"]=>
        string(23) "DoctrineORMModule\Proxy"
        ["filters"]=>
        array(0) {
        }
        ["datetime_functions"]=>
        array(0) {
        }
        ["string_functions"]=>
        array(0) {
        }
        ["numeric_functions"]=>
        array(0) {
        }
      }

      ....

It seems that the custom functions properties (datetime_functions, 
numeric_functions, etc) are not being populated as expected. Is the way I'm 
setting them in doctrine_orm.local.php wrong?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to