Hey All, I'm trying to switch pooling off for a specific environment in my databases.yml file. This is what I did: --------------------------------- cron: propel: param: pooling: false
all: propel: class: sfPropelDatabase param: dsn: mysql:dbname=mydbname;host=localhost username: root password: encoding: utf8 persistent: true pooling: true classname: PropelPDO --------------------------------- However, it seems that the "all" environment takes preference here, pooling never get shut down. If I switch it to false inside the all >> propel >> param >> pooling section, then it shuts down so it's not a syntax error in the file or anything like that. Anybody have an idea here? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---