Opened 14 years ago

Closed 13 years ago

#48 closed defect (fixed)

format import function needs explicit cast

Reported by: Peter Baumann Owned by: Peter Baumann
Priority: major Milestone:
Component: manuals_and_examples Version:
Keywords: Cc:
Complexity: Medium

Description

In a query like

insert into XXX
values inv_tiff( $1 )

a base type mismatch occurs if the TIFF file's pixel type does not coincide with the collection cell type. An exception is type Char, which is assumed by default. Any other type requires an explicit cast.

Documentation needs to be updated to tell this.

Change History (2)

comment:1 by Dimitar Misev, 13 years ago

Can we close this ticket?

comment:2 by Dimitar Misev, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.