Awesome, it is. Only that readme is not bundled into the sandbox download. Thanks again.
-Greg On May 31, 2010, at 12:09 AM, [email protected] wrote: > I think all that exists is the readme I wrote with the DoctrineBundle. > > Sent from my iPhone > > On May 30, 2010, at 10:50 PM, Greg Militello <[email protected]> wrote: > >> That's fine, I'll still point out any issues I come across. I am not using >> this for anything real, just exploratory research for the future of symfony. >> >> Also, is there any doc on using Doctrine's ORM with symfony 2.0 at all? I >> know it's prerelease, but all my active symfony projects still use propel, >> and are unlikely to switch to Doctrine. I figure while I am playing around, >> it would be cool to see Doctrine in action. >> >> >> >> >> >> >> On May 30, 2010, at 12:02 AM, [email protected] wrote: >> >>> It's not even alpha yet. It was a preview release. Our plans are to shoot >>> for a stable 2.0 at the end of the year. >>> >>> Sent from my iPhone >>> >>> On May 29, 2010, at 4:16 PM, Greg Militello <[email protected]> wrote: >>> >>>> 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 >>> >>> -- >>> 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 >> >> -- >> 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 > > -- > 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 -- 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
