Opened 12 years ago

Closed 12 years ago

#833 closed defect (fixed)

SDF - In certain cases tables KEY_, RTREE_, DATA_ get out of sync failing to spatial select features

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

Description

SDF is using following tables for a class KEY_Name, RTREE_Name, DATA_Name, SCHEMA, EXTENDEDINFO. Features fail to select when apply a spatial filer mainly because tables KEY_, RTREE_, DATA_ somehow got out of sync.

In tables KEY_, RTREE_ we have certain keys which cannot be found in DATA_ table leading to an exception and Map stopping to read data further.

Change History (1)

comment:1 by romicadascalescu, 12 years ago

Resolution: fixed
Status: newclosed

The fix is really easy, in case we find a key which do not have data move to the next row if possible

Note: See TracTickets for help on using tickets.