Changes between Version 2 and Version 4 of Ticket #1935


Ignore:
Timestamp:
Jan 22, 2019, 12:25:17 PM (5 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1935 – Description

    v2 v4  
    1616rasql -q 'select -1125899906842624ll'
    1717rasql -q 'select  1125899906842624ull'
    18 rasql -q 'select <[0:0] -1125899906842624ll>'
    19 rasql -q 'select <[0:0] 1125899906842624ull>'
     18rasql -q 'select encode(<[0:0] -1125899906842624ll>, "csv")'
     19rasql -q 'select encode(<[0:0] 1125899906842624ull>, "csv")'
    2020rasql -q 'create collection testlonglong LongLongSet'
    2121rasql -q 'create collection testulonglong ULongLongSet'