You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by "Andrus Adamchik (JIRA)" <de...@cayenne.apache.org> on 2008/02/23 16:33:49 UTC

[JIRA] Closed: (CAY-839) Support combination of Persistent objects and scalars in query results

     [ https://issues.apache.org/cayenne/browse/CAY-839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik closed CAY-839.
-------------------------------

    Resolution: Fixed

> Support combination of Persistent objects and scalars in query results
> ----------------------------------------------------------------------
>
>                 Key: CAY-839
>                 URL: https://issues.apache.org/cayenne/browse/CAY-839
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Cayenne Core Library
>    Affects Versions: 3.0
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0
>
>
> Recently introduced SQLResultSetMapping would not allow a mix of objects and scalars in result Object[], so dumb queries like that are not possible:
> "SELECT count(p), p FROM Painting p GROUP BY p"
> Need to support that.

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