[sqlalchemy] Re: Failures with AssociationProxy (starting with r2598)

2007-06-12 Thread Michael Bayer
Ive added ticket #597 for this. On Jun 12, 2:22 am, Paul Kippes [EMAIL PROTECTED] wrote: Starting with r2598, I'm seeing some failures with how I'm using the association proxy. I've modified the examples/association/proxied_association.py file which duplicates the problem. It is possible

[sqlalchemy] Re: Failures with AssociationProxy (starting with r2598)

2007-06-12 Thread Paul Kippes
Would you write a failing test for this condition? I looked at the unit tests but wasn't able to make a failing test. So that is why I modified the example. I also tried to formulate a work around. And failed at that as well. On 6/12/07, Michael Bayer [EMAIL PROTECTED] wrote: Ive added

[sqlalchemy] Re: Failures with AssociationProxy (starting with r2598)

2007-06-12 Thread Michael Bayer
On Jun 12, 2007, at 11:13 AM, Paul Kippes wrote: Would you write a failing test for this condition? I looked at the unit tests but wasn't able to make a failing test. So that is why I modified the example. I also tried to formulate a work around. And failed at that as well. we have a