Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-36986

support tracing of array of primitive types

    XMLWordPrintable

Details

    Description

      For example, if we add integers to Json_writer_array, they are printed in the trace the following way: -

      "rec_per_key": ["1"].
      "rec_per_key": ["2", "3"].

      However, in the case of Json_writer_object, when a single integer is added, it is printed as
      "rec_per_key": 1

      It would be better to have support for tracing array of primitive types without any wrapped quotes around the values such as

      "rec_per_key": [2, 3, 4 ....].

      Attachments

        Activity

          People

            bsrikanth Srikanth Bondalapati
            bsrikanth Srikanth Bondalapati
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.