Opened 16 years ago

Closed 16 years ago

#246 closed defect (fixed)

SHP: Cannot retrieve ToFloat result

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

Description

If you execute a expression that returns a float(eg. ToFloat('30.2')), you cannot call GetSingle since it throws an exception.

Change History (2)

comment:1 by jacklee, 16 years ago

Owner: changed from gregboone to jacklee

comment:2 by jacklee, 16 years ago

Resolution: fixed
Status: newclosed

This submission implements ShpReader::GetSingle so that when a function like ToFloat is is evaluated, the value can be retrieved.

GetByte and GetInt16 is also implemented.

Note: See TracTickets for help on using tickets.