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

Analytics does not support escaping backticks

    XMLWordPrintable

Details

    • Untriaged
    • 0
    • Unknown

    Description

      Currently analytics does not support escaping backticks. For more clarity see the following example.
      Insert the following document 

      {"userID":"1", "first `name":"XYZ"}; 

      All the following queries throw error

      SELECT * FROM testcollection WHERE `first `name`="XYZ"; 
      SELECT * FROM testcollection WHERE `first \`name`="XYZ"; 
      SELECT * FROM testcollection WHERE `first ``name`="XYZ"; 

       

      Attachments

        For Gerrit Dashboard: MB-55511
        # Subject Branch Project Status CR V

        Activity

          People

            ritik.raj Ritik Raj
            peeyush.gupta Peeyush Gupta
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty