Is it possible to use different environments with sfDoctrines pake
tasks?
I used to do the following:
symfony doctrine-insert-sql frontend $ENVIRONMENT_NAME
In my dabases.yml I had several environments configured like the
following:
env_name:
doctrine:
class: sfDoctrineDatabase
param:
dsn: mysql://root:[EMAIL PROTECTED]/hansel
Since I upgraded to the new doctrine version, this does not work
anymore.
The pake tasks always use the "all" section and ignore all environment
arguments from what I can tell.
Is there a known solution to this?
Thank you, Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---