My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 9: Collection joins should return member type
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  eric.bot...@gmail.com
Closed:  Sep 2008


 
Project Member Reported by eric.bot...@gmail.com, Aug 25, 2008
when joining over a collection (or using the IN(...) syntax), the returned type should actually be of 
the member type.
Exemple :

select p from Person as p inner join p.children as c where c.name = "Smith"
select p from Person as p, in(p.children) as c where c.name = "Smith"
Sep 8, 2008
Project Member #2 eric.bot...@gmail.com
(No comment was entered for this change.)
Status: Started
Sep 22, 2008
Project Member #3 eric.bot...@gmail.com
Done in r54
Status: Fixed

Powered by Google Project Hosting