http://symfony-reloaded.org/quick-tour-part-4
Under the heading: Accessing the Database There is a section for configuring doctrine. This section is not allowing me to configure DB access with a user name that is not "Root". As a work around I have created a postgres role named "root" in my development environment to test more. Example of breaking code: doctrine.dbal: driver: PDOPgSql dbname: test_symfony user: test_symfony username: postgres password: my_password # or null if there is none The error I get is when using this code is that the Role "root" does not exist. Tracing the Doctrine objects tells me Doctrine is receiving "root" as a username, not "test_symfony". I posted this on the symfony forums as well. I just started playing with the 2.0 sandbox, and I am completely new to Doctrine. Has any real Doctrine support been added? EG: table SQL creation from YML, table injections, etc? So far I love the ideas included in symfony 2.0, but it does feel like it is a long way from a non-alpha release. -Greg -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en
