Summary: | Not a problem, just an information request about "uniqueHash" field from "Images" table | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Bruno Sapede <bruno.sapede> |
Component: | Database-Migration | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 4.12.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.5.0 | |
Sentry Crash Report: |
Description
Bruno Sapede
2016-01-24 16:39:57 UTC
There are 2 methods to compute unique hash value from a file and to store it to DB : V1 : https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/libs/dimg/loaders/dimgloader.cpp#L368 V2 : https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/libs/dimg/loaders/dimgloader.cpp#L323 Historically, V1 is older one. V2 is now used instead since a while. V1 still here for compatibility. Gilles Caulier Thank's for your answer. Le 24/01/2016 18:29, via KDE Bugzilla a écrit : > https://bugs.kde.org/show_bug.cgi?id=358490 > > caulier.gilles@gmail.com changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |caulier.gilles@gmail.com > > --- Comment #1 from caulier.gilles@gmail.com --- > There are 2 methods to compute unique hash value from a file and to store it to > DB : > > V1 : > https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/libs/dimg/loaders/dimgloader.cpp#L368 > > V2 : > > https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/libs/dimg/loaders/dimgloader.cpp#L323 > > Historically, V1 is older one. V2 is now used instead since a while. V1 still > here for compatibility. > > Gilles Caulier > |