MDEV-27412: JSON_TABLE doesn't properly unquote strings
Analysis: The value gets appended as string instead of unescaped json value Fix: Append the value of json in a temporary string and then store it in the field instead of directly storing as string.
Showing
Please register or sign in to comment