Fix get_filter_query 97/283197/2
authorIlho Kim <ilho159.kim@samsung.com>
Thu, 20 Oct 2022 05:34:32 +0000 (14:34 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Thu, 20 Oct 2022 07:10:17 +0000 (16:10 +0900)
commit615470bfe11b0a8dd11ed45a0e99cf7cad42dd1a
treea88248a184122f11978060afae6a1718d88f770c
parentdb5d27d3d00f066903b500d47d073cf0c01b8bfe
Fix get_filter_query

Because the query related to the JOIN_LOCALIZED_INFO flag
is located in front of the entire query
the order of the bind parameters should be adjusted

Change-Id: Ib65b11eda6e33343d80d55c9920caf47094d2f13
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/server/appinfo_internal.cc
src/server/pkginfo_internal.c