Opened 13 years ago
Closed 12 years ago
#151 closed defect (fixed)
trim operations in queries with marray causes error message (401)
Reported by: | 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)
follow-up: 2 comment:1 by , 13 years ago
comment:2 by , 13 years ago
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
So meantime this has been fixed right? Please close any tickets if it has been fixed.
Note:
See TracTickets
for help on using tickets.
Isn't this equivalent to
select marray x in [0:1] values x from mr2