Opened 15 years ago

Closed 15 years ago

#563 closed defect (fixed)

Expression Engine Filter Optimizer generates wrong results

Reported by: romicadascalescu Owned by: romicadascalescu
Priority: major Milestone: 3.5.0
Component: FDO API Version: 3.5.0
Severity: 3 Keywords:
Cc: External ID:

Description

Expression Engine Filter Optimizer generates wrong results:

  • The Expression Engine Filter Optimizer was optimize a complicated expression "too much"

generating wrong results. The case is really visible when we have a filter which cannot be optimized like "PROP = 5 AND Geom INTERSECTS() AND ENTITYID=401 AND Geom ENVELOPEINTERSECTS()" the results after optimize will be "Geom ENVELOPEINTERSECTS() AND Geom INTERSECTS()" which is wrong.

Change History (1)

comment:1 by romicadascalescu, 15 years ago

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