[fdo-trac] #182: Expression Function SIGN: Should return INT32 rather than INT16

FDO trac_fdo at osgeo.org
Mon Nov 26 15:50:17 EST 2007


#182: Expression Function SIGN: Should return INT32 rather than INT16
----------------------------+-----------------------------------------------
   Reporter:  thomasknoell  |       Owner:  thomasknoell
       Type:  defect        |      Status:  new         
   Priority:  major         |   Milestone:  3.3.0       
  Component:  FDO API       |     Version:  3.2.0       
   Severity:  3             |    Keywords:              
External_id:                |  
----------------------------+-----------------------------------------------
 The return data type for the expression function SIGN - the function
 returns -1, 0 or 1 depending on whether the provided value is less than 0,
 0 or greater than 0 - was initialy set to INT16. However, since the SHP
 Provider does not support the INT16 data type the function now returns an
 INT32. This required a signature change and a change in the section that
 returns the result.

-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/182>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list