Literal value in projection can not be parameterized for all databases
----------------------------------------------------------------------
Key: OPENJPA-1425
URL: https://issues.apache.org/jira/browse/OPENJPA-1425
Project: OpenJPA
Issue Type: Bug
Reporter: Pinaki Poddar
Assignee: Pinaki Poddar
Derby does not support parameters in projection terms.
JPQL: select 'xyz' from Person p
OpenJPA will generate a parametrized SQL wih parameter 'xyz' that Derby does
not like.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.