GNOME Bugzilla – Bug 691485
symbol-db: Add update_flag to the symbol unique constraint.
Last modified: 2013-01-12 15:11:41 UTC
See attached patch.
Created attachment 233161 [details] [review] symbol-db: Add update_flag to the symbol unique constraint. When inserting/updating symbols we only care that the symbol is unique among the symbols that will be kept after all insertions/updates are done, eg. the symbols whose update_flag is 1. This should fix the following warning from appearing: (anjuta:5183): libanjuta-symbol-db-WARNING **: SQL execute_non_select failed: columns name, file_defined_id, file_position are not unique
Review of attachment 233161 [details] [review]: Looks good to me and as you updated the database version that should be transparent to the user.
Attachment 233161 [details] pushed as 9d5ecb1 - symbol-db: Add update_flag to the symbol unique constraint.