Opened 14 years ago

Last modified 13 years ago

#615 new defect

FdoSpatialOperations incorrectly rejected

Reported by: woutersmit Owned by: brentrobinson
Priority: major Milestone: 3.6.0
Component: SQLServer Spatial Version: 3.5.0
Severity: 1 Keywords:
Cc: External ID:

Description

I'm using the 3.5 branch. And I have an application that retrieves features from a ms sql 2008 datastore. I'm using a 'FdoSpatialCondition' with the 'FdoSpatialOperations_Equals' filter.

Class 'FdoRdbmsSqlServerFilterCapabilities' seems to cause a rejection of this filter higher up the stack. This rejection is incorrect since the 'FdoRdbmsSqlServerFilterProcessor' correctly implements this filter.

If I skip the 'FdoRdbmsSqlServerFilterCapabilities' check, I correctly get my features.

Change History (1)

comment:1 by gregboone, 13 years ago

Owner: changed from danstoica to brentrobinson
Note: See TracTickets for help on using tickets.