commit | 00d71133c63c882fb41729ddc3a52f66fb155374 | [log] [tgz] |
---|---|---|
author | Evan Millar <emillar@google.com> | Thu May 21 12:01:34 2009 -0700 |
committer | Evan Millar <emillar@google.com> | Thu May 21 14:49:59 2009 -0700 |
tree | daf473b22afd8ebaa6006597f3f664ebcdce1e9a | |
parent | dc447a22524afab4b0374d326850af9d15eea587 [diff] |
Add primary phone and email to the ContactsProvider2. -Added "primary_phone_id" and "primary_email_id" columns to the aggregates table. This will allow us to avoid double joins when creating the a-z contacts list. -Started implementing ContactsProvider2#update() with support for updating the aggregate table and a single aggregate record. -Added support for doing a query that returns aggregates with their primary phone numbers.