Message:
The following issue has been re-assigned.
Assignee: Gavin King (mailto:ga...@in...)
Assigner: Gavin King (mailto:ga...@in...)
Date: Wed, 11 Jun 2003 6:44 PM
Comment:
Hah! I knew that code was dodgy....
I will fix this (its pretty easy)
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-130
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-130
Summary: "where" attribute of collections mapping translates into SQL badly
Type: Bug
Status: Assigned
Priority: Critical
Project: Hibernate2
Versions:
2.0 final
Assignee: Gavin King
Reporter: Hrituc Ovidiu
Created: Wed, 11 Jun 2003 8:52 AM
Updated: Wed, 11 Jun 2003 6:44 PM
Environment: Win 2K Professional, Hib used under OC4J with SQL Server 2000
Description:
I added this filter on collection to get a subset of the original colection: "DATA_FIN IS NULL"
and Hibernate put this to the end of the SQL statement:
... and Perso0_.DATA_FIN Perso0_.IS Perso0_.NULL
I guess that if the SQL islands inside HQL will be solved maybe this will go away too.
---------------------------------------------------------------------
JIRA INFORMATION:
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/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|