commit | d4e0b5713add447bbba7d716c112f425d6888f3b | [log] [tgz] |
---|---|---|
author | Dmitri Plotnikov <dplotnikov@google.com> | Thu Aug 06 20:19:29 2009 -0700 |
committer | Dmitri Plotnikov <dplotnikov@google.com> | Thu Aug 06 20:19:29 2009 -0700 |
tree | 49b31e3bcf97e9f9b5a6aaa196f640dc93bee381 | |
parent | 6874e3df0e3f6d6db6b474e73426f286db9ec6a8 [diff] |
Clean-up of API for filtering contacts by phone or email. The api is now symmetrical. Also, giving Presence.RAW_CONTACT_ID and Presence.DATA_ID unique ids to allow easy joining. The main rationale for this is that SQLite does not allow cross-database joins in VIEWs, so we cannot hide this join inside a VIEW.