You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Pinaki Poddar (JIRA)" <ji...@apache.org> on 2009/12/11 01:38:18 UTC

[jira] Created: (OPENJPA-1425) Literal value in projection can not be parameterized for all databases

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.