#2686 closed defect (fixed)

FIX - WCPS let clause should come before where clause

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.1
Component: petascope Version: 10.0
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

In the doc, it says:

FOR-CLAUSE
LET $variable := assignment [ , $variable := assignment ]
...
[ WHERE-CLAUSE ]
RETURN-CLAUSE

but in the WCPS parser code, it was

wcpsQuery : (forClauseList) 
            (whereClause)? 
            (letClauseList)? 
            (returnClause)

Change History (1)

comment:1 by Bang Pham Huu, 15 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.