You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Albert Lee (JIRA)" <ji...@apache.org> on 2013/05/06 02:00:16 UTC

[jira] [Commented] (OPENJPA-2356) Use new Offset/Limit/ROWNUM features in DB2 family of databases for range queries

    [ https://issues.apache.org/jira/browse/OPENJPA-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649463#comment-13649463 ] 

Albert Lee commented on OPENJPA-2356:
-------------------------------------

commit r1459918 cause the following failure when run against Oracle. It passed with Derby.

     73   <testcase time="2.058" classname="org.apache.openjpa.persistence.jdbc.meta.TestRangeQuery" name="testQueryRange">
     74     <failure message="expected:&lt;5&gt; but was:&lt;0&gt;" type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: expected:&lt;5&gt; but was:&lt;0&gt;
     75   at junit.framework.Assert.fail(Assert.java:47)
     76   at junit.framework.Assert.failNotEquals(Assert.java:282)
     77   at junit.framework.Assert.assertEquals(Assert.java:64)
     78   at junit.framework.Assert.assertEquals(Assert.java:201)
     79   at junit.framework.Assert.assertEquals(Assert.java:207)
     80   at org.apache.openjpa.persistence.jdbc.meta.TestRangeQuery.testQueryRange(TestRangeQuery.java:74)
     81   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                
> Use new Offset/Limit/ROWNUM features in DB2 family of databases for range queries
> ---------------------------------------------------------------------------------
>
>                 Key: OPENJPA-2356
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2356
>             Project: OpenJPA
>          Issue Type: Improvement
>            Reporter: Pinaki Poddar
>            Assignee: Pinaki Poddar
>             Fix For: 2.3.0
>
>
> JPA queries that use setFirstResult() and/or setMaxResult() translate to some form of Offset and Limit syntax in database SQL query. Recently DB2 and Derby has added ROWNUM and FETCH offset respectively.
> OpenJPA should use these facilities when appropriate.   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira