From 03f0c0ffdfe45a51da0cd45f5a6861e5eadc510e Mon Sep 17 00:00:00 2001 From: Seungha Son Date: Wed, 10 May 2017 12:38:19 +0900 Subject: [PATCH] Fix wrong sql query Signed-off-by: Seungha Son Change-Id: I8d8b9a0466ae2283349dcaa6ba4e4d22fe7cf3e7 --- src/notification_noti.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/notification_noti.c b/src/notification_noti.c index 27c6ed7..f065565 100755 --- a/src/notification_noti.c +++ b/src/notification_noti.c @@ -1634,7 +1634,6 @@ EXPORT_API int notification_noti_get_grouping_list(notification_type_e type, snprintf(query, sizeof(query), "%s %s %s " - "group by internal_group_id " "order by rowid desc, time desc", query_base, query_where, query_uid); ret = sqlite3_prepare(db, query, strlen(query), &stmt, NULL); -- 2.7.4