Jay Xu created OLINGO-1094:
------------------------------
Summary: Key predicate for Edm.String type
Key: OLINGO-1094
URL: https://issues.apache.org/jira/browse/OLINGO-1094
Project: Olingo
Issue Type: Bug
Reporter: Jay Xu
I defined a entitytype `Product` and have a property `Id` which type is defined
as Edm.String. When I set this property as a CsdlPropertyRef, and have the
entity in which the value of the property 'Id' is the String `Simple`.
According to the function 'nextStringValue' of
olingo.server.core.uri.parser.UriTkoenizer, seems that it only allows the URI
`/<root_url>/Product)('Simple')`. Is it possible to just simplify the URI as
`/<root_url>/Product)(Simple)`, that is, removing the single quotation around
Simple? Because when query the value of the property `Id`, it shows me only the
word Simple.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)