Opened 13 years ago

Closed 3 years ago

#773 closed defect (fixed)

SDF FdoIScrollableFeatureReader ReadAt() throws exception on record not found

Reported by: jng Owned by: gregboone
Priority: major Milestone: 3.7.0
Component: SDF Provider Version:
Severity: 3 Keywords:
Cc: External ID:

Description

Create a connection to this SDF file:

http://trac.osgeo.org/mapguide/browser/trunk/MgDev/UnitTest/TestData/FeatureService/SDF/Sheboygan_VotingDistricts.sdf

Run an FdoIExtendedSelect query against this SDF connection returning a FdoIScrollableFeatureReader

Now call ReadAt() on the reader passing in an out-of-range key value (eg. FeatId = 123)

The reader throws an exception.

When according to (my interpretation) of this API, ReadAt() should be returning false on such a key value. Is this not the expected behaviour of this API?

Change History (1)

comment:1 by jng, 3 years ago

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