Erotemic / ibeis

image based ecological information system
Apache License 2.0
49 stars 17 forks source link

Insert without Ignore Fails on duplicate UUID #9

Closed Erotemic closed 10 years ago

Erotemic commented 10 years ago

Needs to gracefully handle duplicates in sql inserts.

bluemellophone commented 10 years ago

A try catch needs to be added to the SQL controller to handle these cases. Also, the custom code to prevent crashes in IBEISController for add_encounters should be removed once the former is finished.

hjweide commented 10 years ago

Fixed by add_cleanly