Opened 8 years ago
Last modified 6 years ago
#1374 closed defect
min/max on boolean arrays segfaults — at Version 1
Reported by: | Dimitar Misev | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | catalogmgr | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description (last modified by )
Technically it should work fine, as bool converts to int implicitly, so true and false can be compared in the end. Currently a query like below segfaults however:
rasql -q 'select min_cells(<[0:1] true, false>)' --out string
Note:
See TracTickets
for help on using tickets.