projects
/
platform
/
core
/
api
/
notification.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a571e
)
Fix notification db do not sync bug
51/75951/1
accepted/tizen/common/20160627.191424
accepted/tizen/ivi/20160624.063801
accepted/tizen/mobile/20160624.063351
accepted/tizen/tv/20160624.063435
accepted/tizen/wearable/20160624.063631
submit/tizen/20160623.053734
author
Hyunho Kang
<hhstark.kang@samsung.com>
Wed, 22 Jun 2016 07:59:56 +0000
(16:59 +0900)
committer
Hyunho Kang
<hhstark.kang@samsung.com>
Wed, 22 Jun 2016 08:00:58 +0000
(17:00 +0900)
Change-Id: I2daa9bd453610533ba8ff80fff6a32353f149711
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/notification_db.c
patch
|
blob
|
history
diff --git
a/src/notification_db.c
b/src/notification_db.c
index da915eb4be590c312b7223c56ecca4180f0a6331..b950c3fc1b6e0ec13b778ee6629c49f1604b8146 100755
(executable)
--- a/
src/notification_db.c
+++ b/
src/notification_db.c
@@
-31,6
+31,7
@@
#define NOTIFICATION_DB_NAME ".notification.db"
#define CREATE_NOTIFICATION_TABLE " \
PRAGMA journal_mode = PERSIST; \
+PRAGMA synchronous = FULL; \
create table if not exists noti_list ( \
type INTEGER NOT NULL, \
layout INTEGER NOT NULL default 0, \