Opened 9 years ago
Closed 6 years ago
#1283 closed defect (fixed)
min/max on structs is incorrect
Reported by: | Dimitar Misev | Owned by: | Peter Baumann |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | qlparser | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
It considers each component of the tuple as an independent comparison:
$ rasql -q 'select {2,1} min {1,5} from mr as c' --out string Result element 1: { 1, 1 }
The correct result should be
{ 1, 5 }
Change History (6)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Milestone: | 9.2 → 10.0 |
---|
comment:3 by , 7 years ago
Just checked this query today; the result should be correct.
Can someone verify?
follow-up: 5 comment:4 by , 7 years ago
you can see in comment:1 that this ticket is about updating the documentation (and is assigned to pbaumann).
comment:5 by , 7 years ago
comment:6 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
doc to be updated