commit | 9b1bd62417ef1764829398a61c3d5df93a924106 | [log] [tgz] |
---|---|---|
author | Vasu Nori <vnori@google.com> | Thu Dec 10 14:19:22 2009 -0800 |
committer | Vasu Nori <vnori@google.com> | Thu Dec 10 15:21:42 2009 -0800 |
tree | aed4dc203ffe2ecd5fbc76621ea36990f2fc271c | |
parent | 62318e1ea8306142a10526534b7d83560ecf5b3a [diff] |
drop a couple of triggers on contacts tables and move them to code. the triggers in question are the ones that update times_contacted column in contacts, raw_contacts tables. these triggers had to be rewritten to make them work woth sqlite 3.6.20 (current version of sqlite in android is 3.5.9). so, instead of rewriting them, taking this opportunity to moving them to code.