commit | 989d50bd95b45755adc09facdf53e4218cf10077 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Sun Jul 31 14:07:44 2011 -0700 |
committer | Andy McFadden <fadden@android.com> | Mon Aug 01 14:07:07 2011 -0700 |
tree | 64e226235ca82aa440afb7f4cfe56ae8b72663ba | |
parent | 403fc93c3a4e5e58af1291ef9db0884d75c6b5cf [diff] |
DO NOT MERGE - Avoid re-use of orphaned data Data is being added to Attendees and Reminders that is associated with delete Events. When the Event ID is re-used, the orphaned data attaches to the new event. To avoid this, change the Event ID column to "autoincrement", ensuring that IDs are never re-used. At database upgrade time, delete any orphaned rows. Bug 5063315 (cherry-pick from hc-mr2) Change-Id: I06f42205bd5e6720f877e797fa830e720423a424