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 Dimitar Misev)

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

Change History (1)

comment:1 by Dimitar Misev, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.