[Digikam-devel] [Bug 210845] Date interval search returns nothing if you specify the same date as interval

Andi Clemens andi.clemens at gmx.net
Sat Oct 17 10:43:43 BST 2009


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





--- Comment #2 from Andi Clemens <andi clemens gmx net>  2009-10-17 11:43:42 ---
If I search for
select * from imageinformation where creationdate >= '2005-10-02T00:00:00' and
creationdate <= '2005-10-02T00:00:00';

I get no result, but 

select * from imageinformation where creationdate >= '2005-10-02T00:00:00' and
creationdate <= '2005-10-03T00:00:00';

will give me images. The question is how to treat this now?
If I really want images from one day, the querybuilder should detect that the
dates in the range are the same and set the end date one step higher.

Any other suggestions?

Marcel?

Andi

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list