[transfer-dev] Re: Weird o2m behaviour on mulitple o2m with WHERE conditions

2009-10-05 Thread Mark Mandel
You can only have one relationship per foreign key. Check out the big warning: http://docs.transfer-orm.com/wiki/Transfer_Configuration_File.cfm#onetomany On Sun, Oct 4, 2009 at 9:08 PM, Matthew matthewbchamb...@gmail.com wrote: Hi all I'm getting some weird behaviour where I've got

[transfer-dev] Re: Weird o2m behaviour on mulitple o2m with WHERE conditions

2009-10-05 Thread Mark Mandel
I'd just create a new array, if the item fits, then add it to the new array, and then return that new array. No need to remove, and thread safe :D Mark On Mon, Oct 5, 2009 at 3:42 PM, Matthew matthewbchamb...@gmail.com wrote: Hi Mark Any ideas on how I can achieve what I'm after? Perhaps I

[transfer-dev] Re: Weird o2m behaviour on mulitple o2m with WHERE conditions

2009-10-05 Thread Matthew
@mark: ok great. Thanks for the help! On Oct 6, 9:45 am, Mark Mandel mark.man...@gmail.com wrote: I'd just create a new array, if the item fits, then add it to the new array, and then return that new array. No need to remove, and thread safe :D Mark On Mon, Oct 5, 2009 at 3:42 PM,