codecutout / StringToExpression

Convert strings into .NET expressions
MIT License
95 stars 22 forks source link

ODataFilterLanguage - should be commented "implements OData V2" #14

Open bookwood1977 opened 3 years ago

bookwood1977 commented 3 years ago

There are several versions of ODATA specified.

It seems the class ODataFilterLanguage is implementing "OData V2". (https://www.odata.org/documentation/odata-version-2-0/overview/)

a future nice-to-have :

ODataFilterLanguageV4 - Implementing Odata V4 http://docs.oasis-open.org/odata/odata/v4.0/errata03/os/complete/abnf/odata-abnf-construction-rules.txt

recognising datetime, datetimeoffnet or guid is now a matter of pattern matching instead of type declaration