[jira] Commented: (CAY-1079) Derby adapter uses recursive implementation for orExp()

From: Andrus Adamchik (JIRA) ("Andrus)
Date: Mon Jun 23 2008 - 07:54:52 EDT

  • Next message: JIRA: "[jira] Updated: (CAY-1075) Paged queries should not require memory proportional to query list length"

        [ https://issues.apache.org/cayenne/browse/CAY-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976#action_12976 ]

    Andrus Adamchik commented on CAY-1079:
    --------------------------------------

    actually IncrementalFaultList has a method to deal with this: 'setMaxFetchSize'. Interesting idea is to set the default per adapter

    > Derby adapter uses recursive implementation for orExp()
    > -------------------------------------------------------
    >
    > Key: CAY-1079
    > URL: https://issues.apache.org/cayenne/browse/CAY-1079
    > Project: Cayenne
    > Issue Type: Bug
    > Components: Cayenne Core Library
    > Affects Versions: 3.0
    > Reporter: Øyvind Harboe
    > Assignee: Andrus Adamchik
    >
    > I get this exception w/paged queries.
    > I need to make a note of this bug and get back to it.
    > at org.apache.derby.impl.sql.compile.OrNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.BinaryOperatorNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.BinaryLogicalOperatorNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.OrNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.BinaryOperatorNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.BinaryLogicalOperatorNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.OrNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.BinaryOperatorNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.BinaryLogicalOperatorNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.OrNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.BinaryOperatorNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.BinaryLogicalOperatorNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.OrNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.BinaryOperatorNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.BinaryLogicalOperatorNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.OrNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.BinaryOperatorNode.bindExpression(Unknown Source)
    > at org.apache.derby.impl.sql.compile.BinaryLogicalOperatorNode.bindExpression(Unknown Source)

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



    This archive was generated by hypermail 2.0.0 : Mon Jun 23 2008 - 07:55:14 EDT