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
common_schema.json_to_xml is not parsing valid json array elements.
I'm using common_schema 2.2 523
SET @json := '
{
"SUCCESS": [0]
}';
SELECT common_schema.json_to_xml(@json) AS xml
Original issue reported on code.google.com by [email protected] on 1 Apr 2014 at 1:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 1 Apr 2014 at 1:24The text was updated successfully, but these errors were encountered: