Opened 15 years ago
Last modified 14 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.
Note:
See TracTickets
for help on using tickets.