Changes between Version 12 and Version 13 of FDORfc50
- Timestamp:
- 06/02/10 11:42:35 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc50
v12 v13 329 329 330 330 FDO filter parser needs to be updated since we support only Class.Property e.g.: "A.BB >=10". We need to support also formats like: 331 ||Class."Property"||332 ||"Class".Property||333 ||"Class"."Property"||331 * Class."Property" 332 * "Class".Property 333 * "Class"."Property" 334 334 335 335 This change is required in order to be able to support properies names having special characters, like: myClass."My Property" > 10. This change will not invlove any API change and will be done like a bug fix.