Changes between Initial Version and Version 1 of Ticket #1335
- Timestamp:
- May 31, 2016, 6:07:24 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1335
- Property Summary Rasql_Range constructor error in 3D coverages → Rasql_Range constructor error in 3D coverages and binary expression of ranges
-
Ticket #1335 – Description
initial v1 43 43 44 44 45 Another example is when use binary expression of a range constructor with a sacalar value 46 47 48 {{{ 49 SELECT encode( {c.0,c.1} * 5 , "csv" ) FROM irr_cube_2 AS c 50 }}} 51 52 which returns error 53 54 {{{ 55 opening database RASBASE at localhost:7001...ok 56 Executing retrieval query...rasdaman error 0: Internal server error. 57 aborting 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 }}} 45 60 46 61 47 62 48 63 64 65 66 67