groupby(): ABNF still allows more than two parameters

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • V4.0_CS02
    • Affects Version/s: None
    • Component/s: Data Aggregation
    • None
    • Environment:

      Applied

    • Hide

      Change line 136 from

      groupbyTrafo = 'groupby' OPEN BWS groupbyList *( BWS COMMA BWS applyExpr) BWS CLOSE

      to

      groupbyTrafo = 'groupby' OPEN BWS groupbyList [ BWS COMMA BWS applyExpr ] BWS CLOSE

      Show
      Change line 136 from groupbyTrafo = 'groupby' OPEN BWS groupbyList *( BWS COMMA BWS applyExpr) BWS CLOSE to groupbyTrafo = 'groupby' OPEN BWS groupbyList [ BWS COMMA BWS applyExpr ] BWS CLOSE
    • Show
      https://tools.oasis-open.org/version-control/browse/wsvn/odata/trunk/spec/ABNF/odata-aggregation-abnf.txt?rev=729

      This is a relic from earlier working drafts, the prose text is strict and limits the number of parameters to one or two.

      Fixing this is a non-material change as the prose text wins over the ABNF.

            Assignee:
            handl
            Reporter:
            handl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: