Opened 10 years ago
Closed 10 years ago
#779 closed defect (fixed)
inv_tiff can't find result type in the database and fails
Reported by: | Veranika Liaukevich | Owned by: | Veranika Liaukevich |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | qlparser | Version: | development |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
inv_tiff fails when it can't find the result type in the database.
For example:
rasql -q 'select inv_tiff($1)' -f systemtest/testcases_mandatory/test_conversion/testdata/multiband.tif
results in
Executing retrieval query...rasdaman error 2002: Internal error: Entry in user defined type not found.
if there is no type like struct {char, char, char, char}
in the database.
Additionally: see the discussion in ticket:119
Note:
See TracTickets
for help on using tickets.
Fixed in changeset:988f971 and changeset:5c54147