Changes between Version 31 and Version 32 of FDORfc50
- Timestamp:
- 06/23/10 09:16:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc50
v31 v32 622 622 This change is required in order to be able to support properties names having special characters, like: myClass."My Property" > 10. This change will not involve any API change and will be done like a bug fix. 623 623 624 FDO filter parser needs to be updated also to support sub-selects in filter side e.g. " FeatId IN (SELECT(CLS,( PROP*30 ) AS P1,P1 >= 45,JOIN(( CLS2 ) AS CC,JOININNER,CLS.P1 = CC.P2),JOIN(( CLS2 ) AS CC2,JOINRIGHTOUTER,CLS.P1 = CC2.P2)))".624 FDO filter parser needs to be updated also to support sub-selects in filter side e.g. "!FeatId IN (SELECT(CLS,( PROP*30 ) AS P1,P1 >= 45,JOIN(( CLS2 ) AS CC,JOININNER,CLS.P1 = CC.P2),JOIN(( CLS2 ) AS CC2,JOINRIGHTOUTER,CLS.P1 = CC2.P2)))". 625 625 FDO expression parser needs to be updated to support sub-selects expressions in order to be used for other things like update/insert. 626 626