Opened 17 years ago
Closed 17 years ago
#266 closed defect (fixed)
Expression Engine Optimizer Filter returns wrong result
Reported by: | romicadascalescu | Owned by: | romicadascalescu |
---|---|---|---|
Priority: | major | Milestone: | 3.4.0 |
Component: | Utilities API | Version: | 3.3.1 |
Severity: | 2 | Keywords: | |
Cc: | External ID: |
Description ¶
In case there is a spatial filter "SpatialCond1 AND SpatialCond2" and optimize is called, in some cases Expression Engine Optimizer Filter returns a spatial filter containing a wrong spatial condition. Expression Engine Optimizer Filter should check for spatial operators and optimize the filter only if it is possible.
Change History (2)
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed Optimizer Filter to return right results
Ticket #266 Expression Engine Optimizer Filter returns wrong result Slate/Providers/SDF/Src/UnitTest/FdoExpressionFunctionTest.cpp #1 Edit Slate/Providers/SDF/Src/UnitTest/FdoExpressionFunctionTest.h #2 Edit Slate/Providers/SDF/TestData/OptimizerTest.sdf #3 add Slate/Utilities/ExpressionEngine/Src/FdoExpressionEngineImp.cpp #4 EditFixed by