I've searched and believe I have the answer, but I want to make sure. Can I do a single query retrieving all People, their phone numbers, and their emails? It seems like I can't, and to avoid the dreaded n+1 problem I have to do two queries - one for all people and one for all emails and merge them myself.
Is this the case? Is there no way to join these two tables in one query? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

