[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-849) Cartesian product + implicit joins
Steve Ebersole (JIRA)
noreply at atlassian.com
Mon Mar 21 13:00:59 EDT 2011
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steve Ebersole closed HHH-849.
------------------------------
Closing stale resolved issues
> Cartesian product + implicit joins
> ----------------------------------
>
> Key: HHH-849
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-849
> Project: Hibernate Core
> Issue Type: Bug
> Components: core
> Affects Versions: 3.1 beta 1
> Reporter: Gavin King
> Assignee: Steve Ebersole
> Fix For: 3.1
>
>
> The following query:
> select foo.foo.foo from Foo foo
> works. This one doesn't:
> select foo.foo.foo from Foo foo, Foo foo2
> Some join conditions are missing from the SQL.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list