Ramya created OLINGO-962:
----------------------------
Summary: Filter on Decimal properties having a decimal point does
not work.
Key: OLINGO-962
URL: https://issues.apache.org/jira/browse/OLINGO-962
Project: Olingo
Issue Type: Bug
Components: odata2-core
Affects Versions: V2 2.0.6
Environment: Windows
Reporter: Ramya
Fix For: V2 2.0.6
The query of the form
ProductSet?$filter=WeightMeasure eq 4.500 does not work. When the value of the
property has a decimal dot separator, the following error is thrown
"Invalid filter expression: 'WeightMeasure eq 4.500'"
The detailed stack trace is
"Caused by:
org.apache.olingo.odata2.api.uri.expression.ExpressionParserException: No
property "4.500" exists in type "GWSAMPLE_BASIC.Product" at position 18 in
"WeightMeasure eq 4.500".
at
org.apache.olingo.odata2.core.uri.expression.FilterParserExceptionImpl.createPROPERTY_NAME_NOT_FOUND_IN_TYPE(FilterParserExceptionImpl.java:216)
at
org.apache.olingo.odata2.core.uri.expression.FilterParserImpl.validateEdmPropertyOfStructuredType(FilterParserImpl.java:509)
at
org.apache.olingo.odata2.core.uri.expression.FilterParserImpl.validateEdmProperty(FilterParserImpl.java:464)
at
org.apache.olingo.odata2.core.uri.expression.FilterParserImpl.readElement(FilterParserImpl.java:371)
at
org.apache.olingo.odata2.core.uri.expression.FilterParserImpl.readElements(FilterParserImpl.java:136)
at
org.apache.olingo.odata2.core.uri.expression.FilterParserImpl.parseFilterString(FilterParserImpl.java:98)
at
org.apache.olingo.odata2.core.uri.UriParserImpl.handleSystemQueryOptionFilter(UriParserImpl.java:681)"
The metadata shows this property defined for Product Entity
<Property Name="WeightMeasure" Type="Edm.Decimal" Nullable="true"
Precision="13" Scale="3" sap:unit="WeightUnit" sap:label="Weight"/>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)