[Digikam-devel] [digikam] [Bug 325654] New: database migration: tags are not shown afterwards, because pid has wrong value
Thomas Bleher
ThomasBleher at gmx.de
Sat Oct 5 09:33:36 BST 2013
https://bugs.kde.org/show_bug.cgi?id=325654
Bug ID: 325654
Summary: database migration: tags are not shown afterwards,
because pid has wrong value
Classification: Unclassified
Product: digikam
Version: 3.3.0
Platform: unspecified
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Database
Assignee: digikam-devel at kde.org
Reporter: ThomasBleher at gmx.de
I recently migrated my digikam database from MySQL to SQLite. After the
migration, digikam didn't show any tags at all. Investigations showed that for
all tags that had no parent, the pid field in the Tags table was set to -1.
After manually setting the pid to 0 (via "update Tags set pid=0 where pid=-1"),
the tags showed correctly again. The pid was set to 0 in the original MySQL
database, so something incorrectly converts the value during migration.
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list