Matthias Günter created OLINGO-1311:
---------------------------------------

             Summary: Can not get entity with string key containing "_"
                 Key: OLINGO-1311
                 URL: https://issues.apache.org/jira/browse/OLINGO-1311
             Project: Olingo
          Issue Type: Bug
          Components: odata2-jpa
    Affects Versions: V2 2.0.11
            Reporter: Matthias Günter


This issue is similar to OLINGO-1098 and OLINGO-1218. Currently it is not 
possible to get an entity by a string key which contains an underscore "_".

I have tested the mentioned above tickets and they are working now as expected:
{code:java}
Cars?$filter=Id eq 'Model_3'
{code}
But when trying to get the data for that single entry I do not get the correct 
response (empty response):
{code:java}
Cars('Model_3'){code}
I had a look at the previous commits but unfortunely I am not that deep in 
Olingo Core coding to solve the issue myself so I can create a PR.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to