diff --git a/UPGRADE.md b/UPGRADE.md index 1ba77e2b..b5f20bd1 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -280,9 +280,9 @@ SET IF( dyn.radioButtons is not NULL, CONCAT( - '\"radioButtons\":', + '\"radioButtons\":\"', replace(replace(replace(replace(replace(replace(replace(replace(dyn.radioButtons, '\\', '\\\\'), '/', '\\/'), '"', '\\\"'), CHAR(10), '\\n'), CHAR(9), '\\t'), CHAR(8), '\\b'), CHAR(13), '\\r'), CHAR(12), '\\f'), - '[]' + '\"' ), NULL )