properties in [propertyList] of context URL may be qualified with type

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • V4.0_CSD03
    • Affects Version/s: V4.0_CS01
    • Component/s: ABNF, Protocol
    • None
    • Environment:

      [Applied]

      Our current context URL for projected entities includes the selected properties:

      {context-url}

      #

      {entity-set} {/type-name} {property-list}

      The abnf for property-list is:
      propertyList = OPEN propertyListItem *( COMMA propertyListItem ) CLOSE
      propertyListItem = STAR ; all structural properties
      / propertyListProperty
      propertyListProperty = primitiveProperty
      / primitiveColProperty
      / navigationProperty [ '+' ] [ propertyList ]
      / selectPath [ "/" propertyListProperty ]

      However, we need to be able to support properties being prefixed with type for the following types of queries:

      ~People?$select=ns.SalesPerson/Department,ns.Cashier/Register

      Which should yield:

      http://host/service/$metadata#People(ns.SalesPerson/Department,ns.Cashier/Register)

            Assignee:
            Unassigned
            Reporter:
            Michael Pizzo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: