Changes between Initial Version and Version 1 of Ticket #1335


Ignore:
Timestamp:
May 31, 2016, 6:07:24 AM (8 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1335

    • Property Summary Rasql_Range constructor error in 3D coveragesRasql_Range constructor error in 3D coverages and binary expression of ranges
  • Ticket #1335 – Description

    initial v1  
    4343
    4444
     45Another example is when use binary expression of a range constructor with a sacalar value
     46
     47
     48{{{
     49SELECT encode( {c.0,c.1} * 5  , "csv" ) FROM irr_cube_2 AS c
     50}}}
     51
     52which returns error
     53
     54{{{
     55opening database RASBASE at localhost:7001...ok
     56Executing retrieval query...rasdaman error 0: Internal server error.
     57aborting transaction...E0531 08:05:26.991749410   22900 tcp_client_posix.c:171]     failed to connect to 'ipv4:10.70.11.237:7002': socket error: connection refused
     58
     59}}}
    4560
    4661
    4762
    4863
     64
     65
     66
     67