Changes between Version 1 and Version 2 of Ticket #1374


Ignore:
Timestamp:
Jun 6, 2017, 11:22:02 AM (7 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1374 – Description

    v1 v2  
    33rasql -q 'select min_cells(<[0:1] true, false>)' --out string
    44}}}
     5
     6Casting to long works fine:
     7{{{
     8rasql -q 'select min_cells((long)<[0:1] true, false>)' --out string
     9}}}