You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Patrick Linskey (JIRA)" <ji...@apache.org> on 2008/01/24 07:42:34 UTC

[jira] Created: (OPENJPA-502) JPQL compliance setting

JPQL compliance setting
-----------------------

                 Key: OPENJPA-502
                 URL: https://issues.apache.org/jira/browse/OPENJPA-502
             Project: OpenJPA
          Issue Type: Sub-task
    Affects Versions: 1.0.1, 1.0.0, 0.9.7, 0.9.6, 0.9.0, 1.0.2
            Reporter: Patrick Linskey
             Fix For: 1.1.0


Provide a configuration option to control JPQL compliance checks

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


[jira] Commented: (OPENJPA-502) JPQL compliance setting

Posted by "Patrick Linskey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561962#action_12561962 ] 

Patrick Linskey commented on OPENJPA-502:
-----------------------------------------

This is now implemented with a new openjpa.Compatibility flag. To use:

    openjpa.Compatibility: JPQL=[strict|warn|extended]

When set to 'warn', this will issue one warning per extended-syntax query per invocation in a particular EMF.

Currently, the extended-syntax recognized by this compatibility setting are scalar functions in the SELECT, GROUP BY, and ORDER BY clauses.

> JPQL compliance setting
> -----------------------
>
>                 Key: OPENJPA-502
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-502
>             Project: OpenJPA
>          Issue Type: Sub-task
>    Affects Versions: 0.9.0, 0.9.6, 0.9.7, 1.0.0, 1.0.1, 1.0.2
>            Reporter: Patrick Linskey
>             Fix For: 1.1.0
>
>
> Provide a configuration option to control JPQL compliance checks

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


[jira] Commented: (OPENJPA-502) JPQL compliance setting

Posted by "Patrick Linskey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561963#action_12561963 ] 

Patrick Linskey commented on OPENJPA-502:
-----------------------------------------

The new setting defaults to 'strict'. I think that 'warn' or 'extended' might be a better default.

> JPQL compliance setting
> -----------------------
>
>                 Key: OPENJPA-502
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-502
>             Project: OpenJPA
>          Issue Type: Sub-task
>    Affects Versions: 0.9.0, 0.9.6, 0.9.7, 1.0.0, 1.0.1, 1.0.2
>            Reporter: Patrick Linskey
>             Fix For: 1.1.0
>
>
> Provide a configuration option to control JPQL compliance checks

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


[jira] Resolved: (OPENJPA-502) JPQL compliance setting

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

Patrick Linskey resolved OPENJPA-502.
-------------------------------------

    Resolution: Fixed

> JPQL compliance setting
> -----------------------
>
>                 Key: OPENJPA-502
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-502
>             Project: OpenJPA
>          Issue Type: Sub-task
>    Affects Versions: 0.9.0, 0.9.6, 0.9.7, 1.0.0, 1.0.1, 1.0.2
>            Reporter: Patrick Linskey
>             Fix For: 1.1.0
>
>
> Provide a configuration option to control JPQL compliance checks

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


[jira] Commented: (OPENJPA-502) JPQL compliance setting

Posted by "Patrick Linskey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604385#action_12604385 ] 

Patrick Linskey commented on OPENJPA-502:
-----------------------------------------

Ported to trunk in r666909.

> JPQL compliance setting
> -----------------------
>
>                 Key: OPENJPA-502
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-502
>             Project: OpenJPA
>          Issue Type: Sub-task
>    Affects Versions: 0.9.0, 0.9.6, 0.9.7, 1.0.0, 1.0.1, 1.0.2
>            Reporter: Patrick Linskey
>             Fix For: 1.1.0
>
>
> Provide a configuration option to control JPQL compliance checks

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


[jira] Commented: (OPENJPA-502) JPQL compliance setting

Posted by "Patrick Linskey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594002#action_12594002 ] 

Patrick Linskey commented on OPENJPA-502:
-----------------------------------------

Changed default to 'warn'.

> JPQL compliance setting
> -----------------------
>
>                 Key: OPENJPA-502
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-502
>             Project: OpenJPA
>          Issue Type: Sub-task
>    Affects Versions: 0.9.0, 0.9.6, 0.9.7, 1.0.0, 1.0.1, 1.0.2
>            Reporter: Patrick Linskey
>             Fix For: 1.1.0
>
>
> Provide a configuration option to control JPQL compliance checks

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