> > the concretes fail because concrete is not a completed feature at
> > the moment....im not even looking at those yet.
> >
> > the "session.clear()" should be done in all cases, the tests are
> > completely pointless without it since you are just re-displaying
> > the relationships you already constructed.  so i made it just
> > session.clear() in all cases.
> >
> > add this to line 110:
> >
> >                     remote_side=(Alink=='A' and table_A.c.id or
> > None),
> >
> > and all non-concrete tests pass when "no_sisters" is turned on.
> >
> > um, whats "no_sisters=False", is that taking A and pointing it to
> > itself ?
>
> yes.
ooops, sorry, i misunderstand it. no_sisters=True means no other 
objects besides initial two, that is, A refs to itself (or to B); 
no_sisters=False means adding the dimension of cases where some A() 
refs to another A() (and/or B() to another B()).

--~--~---------~--~----~------------~-------~--~----~
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