You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2019. It is now read-only.
There seem to be some issues in your parsing of numbers. It appears your logic to determine types fails particularly on bytes. You may want to take a look at the spec for abstract types at http://www.odata.org/documentation/overview/#AbstractTypeSystem. You will probably have to reorder your logic for detection.
For example. $filter=Field1 eq 9999 captures 999 as a byte when its not. The format for bytes is 2 characters [A-Fa-f0-9]+ so this results in a failure for the call.