[Digikam-devel] [Bug 300920] tags are stored multiple times
    koperwiek 
    osdijk at planet.nl
       
    Thu May 31 21:43:14 BST 2012
    
    
  
https://bugs.kde.org/show_bug.cgi?id=300920
--- Comment #11 from koperwiek <osdijk at planet.nl> ---
I checked the database. The Create table statement does not contain the
constraints mentioned below. So the problem is solved, as far as i am
concerned.  I will repair the database.
Thank kindly for your help.
Best regards, Han van Os
Marcel Wiesweg schreef op do 31-05-2012 om 18:04 [+0000]:
> https://bugs.kde.org/show_bug.cgi?id=300920
> 
> --- Comment #9 from Marcel Wiesweg <marcel.wiesweg at gmx.de> ---
> CREATE TABLE ImageTags
>  (imageid INTEGER NOT NULL,
>   tagid INTEGER NOT NULL,
>   UNIQUE (imageid, tagid));
> 
> Any duplicate entry in the database would be violating the table definition.
> How do you check the entries? MySQL or SQLite?
>
-- 
You are receiving this mail because:
You are the assignee for the bug.
    
    
More information about the Digikam-devel
mailing list