Changes between Initial Version and Version 1 of Ticket #1342


Ignore:
Timestamp:
Jul 28, 2016, 9:45:45 AM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1342

    • Property Owner changed from Vlad Merticariu to Sulav Timilsina
    • Property Status newassigned
    • Property Component rasqlqlparser
  • Ticket #1342 – Description

    initial v1  
    1313}}}
    1414
    15 but rgb with "red, green, blue" has no problem
    16 
    17 {{{
    18 SELECT encode(c.red, "PNG") FROM rgb AS c
    19 }}}
    20 
    2115If change to band index, it also can run with irr_cube_2
    22 
    2316
    2417{{{
     
    2720
    2821
     22To reproduce:
     23{{{
     24rasql -q "create collection a RGBSet" --user rasadmin --passwd rasadmin
     25rasql -q 'insert into a values marray i in [0:1,0:1] values {0c,0c,0c}' --user rasadmin --passwd rasadmin
     26rasql -q 'select c.red from a as c'
     27}}}
     28The last command should not throw an error.
    2929
     30You have to look at where the error is thrown (grep for 370 in rasdaman and try to trace all places where it's thrown) and try to find the issue.
    3031
     32It could be in the query language parser code, source:qlparser/lex.ll and source:qlparser/oql.yy