I just started out using web2py and I'm really liking it. After reading the DAL chapter in the book, I'd like to get people's opinion on something. If I'm using a relational DB (not GAE), is there an advantage/disadvantage to specifying a relation between tables using a 'list:integer' field over a traditional relation using joins?
Thanks, Dalen

