Changes between Version 1 and Version 2 of Ticket #1385


Ignore:
Timestamp:
Oct 18, 2019, 8:16:46 AM (5 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1385

    • Property Owner changed from Vlad Merticariu to apercov
    • Property Status newassigned
  • Ticket #1385 – Description

    v1 v2  
    1818rasql --user rasadmin --passwd rasadmin -q 'insert into test_grey2 values decode($1 ) tiling aligned [0:29,0:59] tile size 1800' -f $RMANSRC/src/systemtest/testcases_mandatory/test_select/testdata/mr_1.png
    1919}}}
     20
     21It may be useful to check how the tiles are matched in binary operations like + and replicate that in qtcase*
     22{{{
     23select test_grey + test_grey2 from test_grey, test_grey2
     24}}}