On Aug 25, 2010, at 7:02 AM, Martin-Leon Francois wrote:

> assert(len(o1.to_many) == 2) #this assert fails why?
> 

OK so as of r2e09679be06b, your original test now returns:

sqlalchemy.exc.InvalidRequestError: Instance '<Many at 0x12922f0>' has been 
deleted.  Use the make_transient() function to send this object back to the 
transient state.


so that it's clear what's going on.

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

Reply via email to