Re: [OT] Vacation Note

From: Andrus Adamchik (andru..bjectstyle.org)
Date: Sun Jan 09 2005 - 13:54:10 EST

  • Next message: Mike Kienenberger: "Re: Newbie: connected user"

    Hi Emmanuel,

    I really don't have anything to add to what Mike and Joe said - regular
    queries with joins are best handled by using relationships (ORM object
    relationships map to DB joins), and as GROUP BY changes the nature of
    the object, SQLTemplate maybe the best solution.

    Andrus

    On Jan 8, 2005, at 7:27 AM, Mike Kienenberger wrote:
    > Emmanuel Okyere <chief-list..kyere.org> wrote:
    >> If you could please look at a message I sent on 12/28, Titled: Select
    >> Across Tables/Entities (Joins)
    >>
    >> link:
    >> http://www.objectstyle.org/cayenne/lists/cayenne-user/2004/12/
    >> 0156.html
    >>
    >> As you can see, Joe McDaniel sent me some help, but I'm still
    >> grappling
    >> with this one; would love to see your take on it.
    >
    > It would be most helpful if you could post an update on your problem
    > stating
    > what new problems you're having after considering Joe's suggestions.
    >
    > As Andrus pointed out in an earlier message, aggregate functions and
    > "GROUP
    > BY" have to be handled by raw datarow results since they cannot be
    > represented by an ObjEntity.
    >
    > You might also take a look at SQLTemplate which is the replacement for
    > SqlSelectQuery in Cayenne 1.1.
    >
    > http://www.objectstyle.org/cayenne/userguide/fetch/sqltemplate.html
    >
    > -MIke
    >



    This archive was generated by hypermail 2.0.0 : Sun Jan 09 2005 - 13:54:17 EST