You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Olga Tkacheva (JIRA)" <ji...@apache.org> on 2010/12/31 11:11:46 UTC

[jira] Created: (CAY-1522) EJBQL query don't support quotes

EJBQL query don't support quotes 
---------------------------------

                 Key: CAY-1522
                 URL: https://issues.apache.org/jira/browse/CAY-1522
             Project: Cayenne
          Issue Type: Bug
          Components: Core Library
            Reporter: Olga Tkacheva




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAY-1522) EJBQL query don't support quotes

Posted by "Olga Tkacheva (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Tkacheva updated CAY-1522:
-------------------------------

    Attachment: 0001-added-test-EJBQLQuery-with-quote.patch

EJBQLQuery generate sql without quote    ( if <property name="quoteSqlIdentifiers" value="true"/> )

SELECT t0.group AS ec0_0, t0.ADDRESS ID AS ec0_2, t0.City AS ec0_1 FROM QUOTED_ADDRESS t0 WHERE t0.group = ? [bind: 1:'324']

> EJBQL query don't support quotes 
> ---------------------------------
>
>                 Key: CAY-1522
>                 URL: https://issues.apache.org/jira/browse/CAY-1522
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Core Library
>            Reporter: Olga Tkacheva
>         Attachments: 0001-added-test-EJBQLQuery-with-quote.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.