Fix policy-storage to save stringfied value
authorSangwan Kwon <sangwan.kwon@samsung.com>
Wed, 20 Nov 2019 10:47:10 +0000 (19:47 +0900)
committer권상완/Security 2Lab(SR)/Engineer/삼성전자 <sangwan.kwon@samsung.com>
Fri, 22 Nov 2019 01:52:17 +0000 (10:52 +0900)
commitdbc238f42a53a28711aab6649bdf0728ce349daf
tree3bdc2cab0a2ecb6f5a13f9e94adf5a2612521cda
parentb0d17a5f2a5879c263764fc2d057b392029359b8
Fix policy-storage to save stringfied value

If policy type is int, policy storage save the value as 'I/value'.
If policy type is string, policy storage save the value as 'S/value'.

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
data/script/create-schema.sql
src/vist/policy/db-schema.hpp
src/vist/policy/policy-manager.cpp
src/vist/policy/policy-storage.cpp
src/vist/policy/policy-storage.hpp
src/vist/sdk/policy-value.hpp