Hi Dave,
thanks for the welcome. So here we go:
Currently I'm using Olingo with JPA/Hibernate and MySQL/JDBC. When I did
a "startsWith" query the server responded with an "Not Implemented"
error. Was that due to me using Hibernate instead of Eclipselink as the
persistence provider or is it actually not yet implemented? The same
query using "substringOf" works just fine.
I assume that with a JPA backend the query has to be translated into
JPQL at some point, and indeed that might be actually more difficult
with a "startsWith" than a "substringOf".
From the web page I could not tell which parts of the OData standard
V2.0 are implemented and which once may be missing.
I realize that the project is still in "incubation", are there any
guidelines for early adopters such as myself?
Günther
Am 02.03.2014 21:10, schrieb Dave Fisher:
Hi Günther,
Welcome to Olingo. There is not yet a users mailing list. Until that time
please post your questions here on the developer list.
Regards,
Dave
On Mar 2, 2014, at 5:09 AM, Günther Schmidt wrote:
Hi everyone,
I'm not an olingo developer, but an "early adopter kind of" user. Is there a
users mailing list where users of the library can post questions and hopefully receive
answers too?
Günther