>
> Anyway, given your code, it looks like we would not expect any results in 
>> the intersection of the two Rows objects, as the conditions of each query 
>> are mutually exclusive (i.e., "waypoint" either equals X or Y). Of course, 
>> if X == Y, then the two sets of Rows are identical, but I assume that isn't 
>> generally the case.
>>
>>
> A segment row will only have one waypoint, but multiple segment rows may 
> have the same parent run.  I chose to make the run table very simple (and 
> in particular, not to have a list of children), but the segment table 
> points upward to the run.
>

Your code doesn't show which columns are selected -- I suppose you are 
saying the "waypoint" column is *not *selected.

Anthony

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to