Summary: | Missing entries in tag list | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Siggi <usergroups> |
Component: | Database-Mysql | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 2.1.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.2.0 | |
Sentry Crash Report: |
Description
Siggi
2011-09-15 15:15:07 UTC
No such problems can be seen here. When did the tags disappear? Any tag properties associated? SELECT * FROM TagProperties WHERE tagId < 10; (In reply to comment #1) > No such problems can be seen here. When did the tags disappear? The problem disappears with the upgrade to 2.1 > Any tag properties associated? > SELECT * FROM TagProperties WHERE tagId < 10; This gives me: mysql> SELECT * FROM TagProperties WHERE tagId < 10; +-------+-------------+-------+ | tagid | property | value | +-------+-------------+-------+ | 1 | internalTag | NULL | | 2 | internalTag | NULL | | 3 | internalTag | NULL | | 4 | internalTag | NULL | | 5 | internalTag | NULL | | 6 | internalTag | NULL | | 7 | internalTag | NULL | +-------+-------------+-------+ These are the missing tags. Deleting these entries gives back the missing tags :-) Don't know when I've changed these entries in the past. (In reply to comment #2) > (In reply to comment #1) > > No such problems can be seen here. When did the tags disappear? > > The problem disappears with the upgrade to 2.1 Sorry, I mean the tags disappered .... |