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

IN/WITHIN should accept (/) braces similar to SQL databases

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Won't Do
    • Major
    • 7.1.0
    • 5.5.0
    • query

    Description

      We should support the following.

      SELECT 1 IN (1,2,3);
      SELECT 1 NOT IN (1,2,3);
      SELECT 1 WITHIN (1,2,3);
      SELECT 1 NOT WITHIN (1,2,3);

      Also need to decide this needs to be extended other collections

      ARRAY v FOR v IN (1,2,3) END
      FIRST v FOR v IN (1,2,3) END
      IN/NOT IN/WITHIN/ NOT WITH IN

      Attachments

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

        Activity

          People

            Donald.haggart Donald Haggart
            Sitaram.Vemulapalli Sitaram Vemulapalli
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty