Changes between Version 1 and Version 2 of Ticket #1935


Ignore:
Timestamp:
Dec 4, 2018, 2:51:56 PM (5 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1935 – Description

    v1 v2  
    1818rasql -q 'select <[0:0] -1125899906842624ll>'
    1919rasql -q 'select <[0:0] 1125899906842624ull>'
    20 rasql -q 'select add_cells(<[0:0] -1125899906842624ll>)'
    21 rasql -q 'select add_cells(<[0:0] 1125899906842624ull>)'
    2220rasql -q 'create collection testlonglong LongLongSet'
    2321rasql -q 'create collection testulonglong ULongLongSet'
    2422rasql -q 'insert into testlonglong values <[0:0,0:0] -1125899906842624ll>'
    2523rasql -q 'insert into testulonglong values <[0:0,0:0] 1125899906842624ull>'
    26 rasql -q 'select add_cells(c) from testlonglong as c'
    27 rasql -q 'select add_cells(c) from testlonglong as c'
    2824}}}