[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-2526) Filter and Join together

Christian Bauer (JIRA) noreply at atlassian.com
Wed Mar 28 09:54:04 EDT 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Bauer resolved HHH-2526.
----------------------------------

    Resolution: Cannot Reproduce

> Filter and Join together
> ------------------------
>
>                 Key: HHH-2526
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2526
>             Project: Hibernate3
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 3.2.0.cr2
>         Environment: 3.2.0, Oracle 9
>            Reporter: SK
>
> Select a, b from
> TableA, TableB
> where TableA.id=TableB.id
> if i enable a filter, the query above works
> but when doing so with join it fails
> select a,b
> from TableA join TableB
> if i try to enable filter now, it will fail

-- 
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