Opened 12 years ago

Closed 12 years ago

#151 closed defect (fixed)

trim operations in queries with marray causes error message (401)

Reported by: j.waldmann@… Owned by:
Priority: minor Milestone: 8.4
Component: qlparser Version: 8.3
Keywords: Cc:
Complexity: Medium

Description

Executing queries like:

select marray x in [0:1,9:99][0] values x from mr2

causes an Error 401: 'Can not evaluate domain expression to an minterval.'

According to the grammar such queries should work.

Change History (3)

comment:1 by Dimitar Misev, 12 years ago

Isn't this equivalent to

select marray x in [0:1] values x from mr2

in reply to:  1 comment:2 by j.waldmann@…, 12 years ago

Replying to dmisev:

Isn't this equivalent to

select marray x in [0:1] values x from mr2

Yes, the example might have been a bit too simple…
Imagine queries like:

select marray x in sdom(mr2)[0] values x from mr2

comment:3 by Dimitar Misev, 12 years ago

Resolution: fixed
Status: newclosed

So meantime this has been fixed right? Please close any tickets if it has been fixed.

Note: See TracTickets for help on using tickets.