-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
update Doctrine Configuration in config.yml #839
Conversation
allow use other database driver from parameters.yml
The Additionally, have a look at #722 (comment) and #776 |
I updated app/config/parameters.yml, then i need to change config.yml to connect to other database driver and worked well. |
The issue is that you updated the app configuration to use the Doing a fresh install of symfony standard edition will then fail, because of that missing parameter from the Also, the |
thanks, after check it i understand reason, it work good if i write driver of appropriate database in config.yml |
IIRC, the Everything in the For this reason, I'm totally 👎 for this PR. |
@Pierstoval is right. That's the reason why the parameter was removed in #776 (see #776 (comment)). Therefore I'm going to close here. |
I get it. But then I think is necessary to update configuration assistant, because it still write database_driver in parameter.yml. Thanks for answer. |
Did you experience that behaviour with a freshly installed Symfony application? |
@xabbuh I've tested on a freshly installed 2.7 version and actually, the I didn't use this component for months, but actually, it also generates a completely inline parameters.yml file. I'm on MacOSX10.10. |
@xabbuh, @Pierstoval is right. And I appreciate the explanations of the change reasons and understood. It's sense to me too. |
The issue is then related to |
see sensiolabs/SensioDistributionBundle#219 |
allow to use other database driver from parameters.yml