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

[N1QL] Wrong error message on trying to insert values into system:keyspaces,system:datastores

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 7.1.0
    • 5.0.0, 6.6.2, 7.0.0
    • query
    • 5.0.0-2759
    • Untriaged
    • No

    Description

      Issue an insert statement on system:datastores and system:keyspaces (This is not allowed)

      Error message we get:

      insert into system:datastores values("k051",

      { "id":123 }

      );
      [

      { "code": 11003, "msg": "System datastore : Not implemented " }

      ]

      insert into system:keyspaces values("k051",

      { "id":123 }

      );

      [

      { "code": 11003, "msg": "System datastore : Not implemented " }

      ]

      Attachments

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

        Activity

          People

            pierre.regazzoni Pierre Regazzoni
            Prerna.Manaktala Prerna Manaktala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty