Opened 16 months ago

Last modified 16 months ago

#2756 closed enhancement

FIX - WCPS replaces let clause variables in query before handling — at Initial Version

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.2
Component: petascope Version: 10.2
Keywords: Cc: Dimitar Misev
Complexity: Medium

Description

for example, this query:

for c in (test_mr)
let x := [i(0:30)]
return encode(c[x], "png")

then it is written to

for c in (test_mr)
return encode(c[i(0:30)], "png")

before the query is handled to generate rasql query.

Change History (0)

Note: See TracTickets for help on using tickets.