Opened 12 years ago

Closed 12 years ago

#1681 closed enhancement (fixed)

[raster] ST_BandMetadata should not report hasnodata anymore

Reported by: pracine Owned by: Bborie Park
Priority: medium Milestone: PostGIS 2.0.0
Component: raster Version: master
Keywords: Cc:

Description

Now that the absence of nodata value is generally reported as NULL (as in ST_BandNodataValue()), and even if there is an internal flag that is still necessary, there is not need to return a hasnodata column when invoking ST_BandMetadata(). Just return NULL when the flag is false.

The report is confusing as it can say FALSE for hasnodata and still report what is set as nodata value even if it is not used. The expected behaviour is to report NULL when the flag is FALSE.

Change History (3)

comment:1 by Bborie Park, 12 years ago

Milestone: PostGIS 2.0.1PostGIS 2.0.0
Owner: changed from pracine to Bborie Park
Status: newassigned

comment:2 by Bborie Park, 12 years ago

Fixed in r9484.

comment:3 by Bborie Park, 12 years ago

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