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

[CX] Resolution order of implicit field access

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 5.5.0
    • CBAS DP2
    • analytics
    • None
    • Triaged
    • No
    • CX Sprint 51, CX Sprint 70, CX Sprint 71, CX Sprint 77, CX Sprint 78, CX Sprint 79, CX Sprint 80, CX Sprint 81, CX Sprint 82, CX Sprint 83

    Description

      The resolution order should be closest to furthest.
       
      select * from orders           
      where pid in (select value pid from parts);     
      means
       
      select * from orders o         
      where o.pid in (select value p.pid from parts p); 
       

      Attachments

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

        Activity

          People

            dmitry.lychagin Dmitry Lychagin (Inactive)
            yingyi Yingyi Bu (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