> I'm confused - why is a recursive query needed?
> 
> Isn't the same thing used to do the +participations able to serve the
> response in ~ 2 queries?

If Team B's membership in Team A is deactivated, then Team B and all of its 
participants may or may not still participate in Team A and its super teams. 
The only way to tell if the super teams still have participants via another 
path is by recursing the membership tree. This could either be done as a 
recursive query, which I chose, or in python.
-- 
https://code.launchpad.net/~edwin-grubbs/launchpad/bug-664828-teammembership-delete-timeout/+merge/45805
Your team Launchpad code reviewers is requested to review the proposed merge of 
lp:~edwin-grubbs/launchpad/bug-664828-teammembership-delete-timeout into 
lp:launchpad.

_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp

Reply via email to