Changes between Version 12 and Version 13 of FDORfc50


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc50

    v12 v13  
    329329
    330330FDO 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"
    334334
    335335This 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.