commit | ab5742dd63f4e62ee0f55f786854c024ef8c5bb4 | [log] [tgz] |
---|---|---|
author | Evan Millar <emillar@google.com> | Tue Jun 02 16:21:45 2009 -0700 |
committer | Evan Millar <emillar@google.com> | Wed Jun 03 15:16:58 2009 -0700 |
tree | c55deb6442c21def646668449ff2ffbcf4da63be | |
parent | 3b2c69d3b50508fe26e5142bcd00c3ea47109950 [diff] |
Adds "is_primary" and "is_super_primary" columns to DataColumns. Replaces the "primary" values stored in generic data fields with standard "is_primary" and "is_super_primary" fields in the DataColumns class. This makes it much easier to watch for changes to these fields and enforce the uniqueness of primary fields.