Mahesh created OPENJPA-2683:
-------------------------------
Summary: QueryImpl unwrap method does not return proper JQL or SQL
Key: OPENJPA-2683
URL: https://issues.apache.org/jira/browse/OPENJPA-2683
Project: OpenJPA
Issue Type: Bug
Components: jpa, query
Affects Versions: 2.4.0
Environment: Windows7, java7, openjpa 2.4.1, db2 10.5
Reporter: Mahesh
upon calling query.toString() or
query.unwrap(QueryImpl).getQueryString(), return a string that is neither a
valid SQL string (does not convert class property names to mapped column name),
nor a valid JPQL (uses select *)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)