Fix pending cache handling logic with write query 54/310454/1
authorIlho Kim <ilho159.kim@samsung.com>
Mon, 29 Apr 2024 08:56:51 +0000 (17:56 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Mon, 29 Apr 2024 09:06:50 +0000 (18:06 +0900)
commitddfb723bbe91772ead70419f948bda8e3d4ee3df
tree575ab05195e632c338450db3eda67e0f34c03d01
parente54886f4690359a10c0857574df4fada892a175b
Fix pending cache handling logic with write query

There is a problem that the pending package information does not match
the database when the installer performs a write query request
such as writing plugin execution information
When the installer request to update the cache, the value is obtained
from the database and the cache is updated

Change-Id: Ida25b2daff5d3aefb9a2f7323d4f2a3f3650cd8c
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/server/database/db_handle_provider.cc
src/server/database/db_handle_provider.hh
src/server/database/update_pending_cache_handler.cc