Comment 18 for bug 1479385

Revision history for this message
Wayne (wayne-okuma) wrote :

I don't think there is a better way than to have the database system reject duplicates automatically. Otherwise, will have to introduce code to check before inserting rows that each record's keys don't already exist. This would be redundant to what the unique constraints do.