Opened 17 years ago

Closed 16 years ago

#182 closed defect (fixed)

Expression Function SIGN: Should return INT32 rather than INT16

Reported by: thomasknoell Owned by: thomasknoell
Priority: major Milestone: 3.3.0
Component: FDO API Version: 3.2.0
Severity: 3 Keywords:
Cc: External ID:

Description

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.

Change History (2)

comment:1 by thomasknoell, 17 years ago

Status: newassigned

comment:2 by thomasknoell, 16 years ago

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