[symfony-users] Circular references in fixtures (patch for sfPropelData.class.php)

2010-05-17 Thread Jan Fabry
preferred_child_id All comments are welcome. Greetings, Jan Fabry Index: plugins/sfPropel15Plugin/lib/addon/sfPropelData.class.php === --- plugins/sfPropel15Plugin/lib/addon/sfPropelData.class.php (revision 29402) +++ plugins/sf

[symfony-users] Re: DBFinderPlugin future

2009-12-11 Thread Jan Fabry
You can find my patch for the unit tests here: [ http://pastebin.com/f18abd80b ]. This passes all tests on MySQL. It probably can be improved, but hopefully it is enough to motivate someone to start on the Doctrine part! Greetings, Jan Fabry On Dec 6, 3:53 pm, Daniel Lohse wrote: > That

[symfony-users] Re: DBFinderPlugin future

2009-12-06 Thread Jan Fabry
ctrine internals could start with that? Greetings, Jan Fabry -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-u

[symfony-users] Re: DBFinderPlugin future

2009-11-19 Thread Jan Fabry
ansition to Doctrine as the default ORM. Is anyone still motivated to look at the open bugs, or is extra help required to get them fixed? Greetings, Jan Fabry > > On Thu, Nov 19, 2009 at 11:18 AM, Jan Fabry wrote: > > Hello, > > > Is anyone working on updating DbFinderPlugin

[symfony-users] DBFinderPlugin future

2009-11-19 Thread Jan Fabry
do this is start with Symfony 1.2 now, wait for the plugin, and upgrade to 1.3/1.4 when it is ready? If it is clear that no-one is planning to spend time on it, I might try it. I come from a Propel background, but my knowledge of the internals of Doctrine and Symfony needs work. Greetings,

[symfony-users] Re: Doctrine_Record_UnknownPropertyException

2009-11-18 Thread Jan Fabry
On Nov 18, 12:23 pm, Jan Fabry wrote: > On Nov 4, 6:56 am, theprodigy wrote: > > > I'm receiving an error of type: > > Doctrine_Record_UnknownPropertyException (Unknown method > > Company::getAddress2) > > I am seeing the same problem with a column named 

[symfony-users] Re: Doctrine_Record_UnknownPropertyException

2009-11-18 Thread Jan Fabry
On Nov 4, 6:56 am, theprodigy wrote: > I'm receiving an error of type: > Doctrine_Record_UnknownPropertyException (Unknown method > Company::getAddress2) I am seeing the same problem with a column named 'phone_1'. Maybe it is related to the digit at the end of the column name? If that is the case