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.