Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-22323

query result output format changed in web-console

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 4.6.2, 5.0.0
    • 4.6.0
    • UI
    • None
    • Untriaged
    • Yes

    Description

      The query results in web-console show JSON of whole query output with all metadata of the results, such as signature, metrics, status etc.

      Is this expected, or some side effect??

      It looks pretty clumsy, and is changed from 4.5.1.

       

      SELECT name, id FROM `travel-sample` limit 1;

      {
      "requestID": "98ced5d9-21cd-4137-a638-938133a4f43c",
      "clientContextID": "1adeb6ba-6088-4932-8488-b80e08ed541d",
      "signature": {
      "id": "json",
      "name": "json"
      },
      "results": [
      {
      "id": 10,
      "name": "40-Mile Air"
      }
      ],
      "status": "success",
      "metrics": {
      "elapsedTime": "33.177673ms",
      "executionTime": "33.094808ms",
      "resultCount": 1,
      "resultSize": 67
      }
      }

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              eben Eben Haber
              Prasad.Varakur Prasad Varakur
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty