Opened 8 years ago
Closed 6 years ago
#1339 closed defect (fixed)
Rasql_Throw exception when incompatible casting
Reported by: | Bang Pham Huu | Owned by: | bbell |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | rasql | Version: | development |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
When creating a range constructor, if one of range element's type is not as same as other's type then it return an general exception.
SELECT encode({ (long) ( data.2 ) * 0.3555 , (long) ( data.2 ) * 255 }, "png", "nodata=null") from rgb as data
Executing retrieval query...rasdaman error 0: Exception: ODMG General aborting transaction...ok
More elaborating message will be help to identify the problem.
Change History (4)
comment:1 by , 8 years ago
Milestone: | 9.3 → 9.4 |
---|
comment:2 by , 7 years ago
Milestone: | 9.4 → 9.6 |
---|---|
Owner: | set to |
Priority: | minor → major |
Status: | new → assigned |
comment:3 by , 7 years ago
Milestone: | 9.6 → 9.7 |
---|
comment:4 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
With that query I get:
and the logs provide more detail: