On Sunday, May 1, 2016 at 3:17:49 PM UTC-4, Marko Seppälä wrote:
>
> It works, thanks! I forgot the whole thing. When I started with web2py, 
> one expert recommended me not to use list references but do all 
> intermediary tables yourself.
>
> Is there any drawbacks to use list reference instead of doing those 
> intermediary tables yourself?
>

It depends on how you will need to query the data. If you typically just 
need to list the property IDs for individual "things", then list:reference 
might be a reasonable approach. However, if you need to do more complex 
queries involving attributes of things and their properties, then your 
original approach will allow more flexibility.

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