Opened 4 years ago

Closed 4 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 Dimitar Misev, 4 years ago

Component: undecidedcatalogmgr
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.