[digikam] [Bug 370744] Date viewer do not return photos [patch]

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sun Dec 4 10:29:02 GMT 2016


https://bugs.kde.org/show_bug.cgi?id=370744

caulier.gilles at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |5.4.0
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://commits.kde.org/dig
                   |                            |ikam/dc49ea70d39b70ae6244db
                   |                            |354fc1b14f2153d2d6

--- Comment #8 from caulier.gilles at gmail.com ---
Git commit dc49ea70d39b70ae6244db354fc1b14f2153d2d6 by Gilles Caulier.
Committed on 04/12/2016 at 10:28.
Pushed by cgilles into branch 'master'.

Apply patch #101823 to make listDateRange() MYSQL 5.7 compliant

MYSQL 5.7 with default configuration introduced stricter query structure
constraints.
This patch changes the ORDER BY clause to use Images.album instead of
Albums.id, which causes an error since it is not in the SELECT DISTINCT clause.
As can be seen from the INNER JOIN clause Albums.id=Images.album this change
does not alter the logic of the query.
FIXED-IN: 5.4.0

M  +2    -1    NEWS
M  +1    -1    libs/database/item/imagelister.cpp

https://commits.kde.org/digikam/dc49ea70d39b70ae6244db354fc1b14f2153d2d6

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Digikam-devel mailing list