On Aug 25, 2008, at 5:38 PM, ml wrote:

> I created a stripped version of my application's model and I found the
> problem. The problem is not in the polymorphism but int the  
> inheritance
> condition. I have cycles in my model so I had to use the
> inherit_condition. I found that it is a big difference how I choose  
> the
> expression sides
>
> inherit_condition=derived.c.id==base.c.id
>
> or
>
> inherit_condition=base.c.id==derived.c.id
>
> But why? Is my inherit_condition incorrect at all?
>
> The example code is attached.

thats a bug which was fixed post 0.4.7p1.  Its in trunk and is for  
0.4.8.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to