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

This commit is contained in:
Mohit Yadav 2025-05-23 17:13:45 +05:30 committed by GitHub
parent 94ceb7792a
commit 1ee36d41c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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