[Tickets #12637] Re: Horde_Alarm: Unify date formats / fix _list() for sqlite
noreply at bugs.horde.org
noreply at bugs.horde.org
Fri Nov 22 13:17:16 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12637
------------------------------------------------------------------------------
Ticket | 12637
Updated By | Git Commit <commits at lists.horde.org>
Summary | Horde_Alarm: Unify date formats / fix _list() for
| sqlite
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch | 1
Owners |
------------------------------------------------------------------------------
Git Commit <commits at lists.horde.org> (2013-11-22 13:17) wrote:
Changes have been made in Git (master):
commit 44fd752925c9f8d2b0085ce8b2ffb53f3b6e7e48
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date: Wed Aug 28 23:37:59 2013 +0200
Unify date formats
We insert dates as '2013-08-28 18:08:48' into the database
and later on query for them like '2013-08-28T18:08:48'.
This breaks for sqlite as it does not have
a designated 'datetime' type. It compares the date
as plain strings, which works for a unified date format only.
Bug 12637
Signed-off-by: Jan Schneider <jan at horde.org>
framework/Alarm/lib/Horde/Alarm/Sql.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/44fd752925c9f8d2b0085ce8b2ffb53f3b6e7e48
More information about the bugs
mailing list