Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-1896

incorrect xml generated from jsontoxml with nested arrays

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.0, 7.7.9
    • 7.4
    • Query Engine
    • None

    Description

      Non-root arrays are being nested, which is against the expectation defined in the reference. Instead of:

      <root>
      <x>
      <x>1</x>
      <x>1</x>
      </x>
      </root>

      it should be:

      <root>
      <x>1</x>
      <x>1</x>
      </root>

      Attachments

        Activity

          People

            rhn-engineering-shawkins Steven Hawkins
            rhn-engineering-shawkins Steven Hawkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: