Changes between Initial Version and Version 1 of Ticket #1374
- Timestamp:
- Jun 6, 2017, 11:19:24 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1374 – Description
initial v1 1 It should throw an error that the type is not supported. 1 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: 2 {{{ 3 rasql -q 'select min_cells(<[0:1] true, false>)' --out string 4 }}}