Changes between Version 10 and Version 11 of FDORfc50


Ignore:
Timestamp:
06/02/10 11:37:33 (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc50

    v10 v11  
    247247
    248248In above case we will have two selects having following filters:
    249     Main select: !FeatId IN(:SUBSEL)
    250     Sub-select: pt.!FeatId >= 2 AND SPATIAL_COND(pt.GEOM, GEOM_VAL)
     249    Main select: ''!FeatId IN(:SUBSEL)''
     250    Sub-select: ''pt.!FeatId >= 2 AND SPATIAL_COND(pt.GEOM, GEOM_VAL)''
    251251
    252252Below we added some C++ code on how caller can use this new improvement to achieve above select statement: