[fdo-trac] #664: FdoUnaryLogicalOperator::ToString generates an
invalid filter
FDO
trac_fdo at osgeo.org
Mon Jul 19 09:54:59 EDT 2010
#664: FdoUnaryLogicalOperator::ToString generates an invalid filter
--------------------------------+-------------------------------------------
Reporter: romicadascalescu | Owner: romicadascalescu
Type: defect | Status: new
Priority: major | Milestone: 3.6.0
Component: FDO API | Version: 3.4.0
Severity: 3 | Keywords:
External_id: |
--------------------------------+-------------------------------------------
FdoUnaryLogicalOperator ToString generates an invalid filter, it should
add brackets around the condition
E.g.:
filter = NOT ( a AND b)
filter.ToString() will result in NOT a AND b and it should be NOT (a AND
b)
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/664>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list