Opened 8 years ago

Closed 8 years ago

#1204 closed defect (fixed)

WCPS1.5_Wrong translation from WCPS interval to Rasql interval

Reported by: Bang Pham Huu Owned by:
Priority: major Milestone: 10.0
Component: petascope Version: development
Keywords: WCPS 2.0, wrong interval, test wcps Cc: Dimitar Misev, Alex Dumitru, Vlad Merticariu
Complexity: Medium

Description

WCPS_query "93-just_trim_asterisk.test"

for c in ( rgb ) return encode( c[ i(*:1), j(340:*) ], "csv" )

which is translated as in WCPS 2.0

SELECT encode(c[*:1,0:*], "csv" ) FROM rgb AS c

instead of correct interval in WCPS 1.0

select csv(c[0:1,0:3]) from rgb AS c where oid(c)=45057

Change History (2)

comment:1 by Bang Pham Huu, 8 years ago

Summary: WCPS2.0_Wrong translation from WCPS interval to Rasql intervalWCPS1.5_Wrong translation from WCPS interval to Rasql interval

comment:2 by Bang Pham Huu, 8 years ago

Resolution: fixed
Status: newclosed

Patch was accepted, close ticket.

Note: See TracTickets for help on using tickets.