You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
impl.logger.Errorw("error in GetAppIdsQueryWithPaginationForLastDeployedSearch while building common join sub query", "err", err, "appListingFilter", appListingFilter)
226
230
return"", nil, err
227
231
}
228
232
countQuery:=" (SELECT count(distinct(a.id)) as count FROM app a "+join+") AS total_count "
impl.logger.Errorw("error in GetAppIdsQueryWithPaginationForAppNameSearch while building common join sub query", "err", err, "appListingFilter", appListingFilter)
256
261
return"", nil, err
257
262
}
258
263
countQuery:="( SELECT count(distinct(a.id)) as count FROM app a"+join+" ) as total_count"
impl.logger.Errorw("error in buildAppListingWhereCondition while building tag filters where condition", "err", err, "appListingFilter", appListingFilter)
0 commit comments