On May 2, 2008, at 2:14 PM, Bobby Impollonia wrote:

> A query that looks like this:
> child = <some child>
> Other.query.filter(not_(other.child_objects.contains(child))).first()
>

immediate workaround:

other.child_objects.of_type(Child).contains(child)

bug is fixed in r4627.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" 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/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to