Escape ? to causing issues in jdbi binding (#21381)

(cherry picked from commit 1ee36d41c6031a8f1043b90b883b63d38344ff77)
This commit is contained in:
Mohit Yadav 2025-05-23 17:13:45 +05:30 committed by mohitdeuex
parent 0c8148f3aa
commit 3e1a6dccf0

View File

@ -26,8 +26,8 @@ SET json = jsonb_set(
(json->'connection'->'config') - 'siteUrl' - 'apiVersion' - 'env'
)
WHERE serviceType = 'Tableau'
AND json ? 'connection'
AND json->'connection' ? 'config';
AND json ?? 'connection'
AND json->'connection' ?? 'config';
-- Add runtime: enabled for AutoPilot
UPDATE apps_marketplace