Opened 5 years ago
Closed 5 years ago
#2220 closed defect (fixed)
Lexicographic struct comparison wrong for <= and >=
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | catalogmgr | Version: | 9.8 |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
select {1c,1c,3c} >= {1c,1c,6c}
returns true (but should be false)
select {1c,1c,6c} <= {1c,1c,3c}
returns true (but should be false)
Change History (1)
comment:1 by , 5 years ago
Component: | undecided → catalogmgr |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.