[fdo-trac] #395: SDF: Fix filter on int64 identity properties
FDO
trac_fdo at osgeo.org
Wed Sep 17 16:38:49 EDT 2008
#395: SDF: Fix filter on int64 identity properties
-----------------------------+----------------------------------------------
Reporter: brentrobinson | Owner: brentrobinson
Type: defect | Status: new
Priority: major | Milestone: 3.4.0
Component: FDO API | Version: 3.3.1
Severity: 2 | Keywords: SDF Filter Select
External_id: |
-----------------------------+----------------------------------------------
Defect Scenario:
- create an SDF file with a feature class with int64 identity property
named ID.
- add some features to this class were one of them has ID=5.
- Create an FdoISelect command.
- Create the following filter via:
FdoFilter::Parse(L"ID = 5")
and pass it to the FdoISelect command
- execute the FdoISelect and do a ReadNext() the resulting
Feature Reader
ReadNext() returns false, meaning feature 5 was not found.
This defect also happens when the identity property type is int16 or
single.
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/395>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list