Opened 21 months ago
Closed 21 months ago
#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)
Note:
See TracTickets
for help on using tickets.