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 , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Can we close this ticket?