Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#15 closed enhancement (fixed)

condense max and min bug — at Version 1

Reported by: j.yu@… Owned by:
Priority: critical Milestone: 8.5
Component: qlparser Version: 8.0
Keywords: condense construct Cc: Dimitar Misev, Vlad Merticariu, Alex Dumitru
Complexity: Hard

Description (last modified by cj)

select condense max over x in sdom(a) using a[x] from mr as a —not work
select condense min over x in sdom(a) using a[x] from mr as a —not wor

Change History (1)

comment:1 by cj, 15 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

there is no such operator max or min (i.e. writing max(1,2) will also not be recognized). So the problem is not in the condenser per se but in the grammar. Closing the ticket.

Note: See TracTickets for help on using tickets.