You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-issues@incubator.apache.org by "Petar Španja (JIRA)" <ji...@apache.org> on 2010/11/24 08:50:16 UTC

[jira] Created: (ZETACOMP-24) Nonexistent method used when creating join quieries

Nonexistent method used when creating join quieries
---------------------------------------------------

                 Key: ZETACOMP-24
                 URL: https://issues.apache.org/jira/browse/ZETACOMP-24
             Project: Zeta Components
          Issue Type: Bug
          Components: PersistentObject
         Environment: All
            Reporter: Petar Španja
            Priority: Minor


In class ezcPersistentIdentityRelationQueryCreator, methods createComplexJoin and createSimpleJoin
(file PersistentObject\src\session_decorators\identity\relation_query_creator.php lines 402, 406, 460)

Nonexistent method and() is used:

$q->expr->and(...

Instead lAnd should be used:

$q->expr->lAnd(...

Fatal error appears when using relation with multiple column mappings.

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