Message:
The following issue has been closed.
Resolver: Max Rydahl Andersen
Date: Sat, 22 Nov 2003 10:42 AM
Now fixed.
Made it a general fix so it works for all hql seperators and not just ")"'s.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-455
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-455
Summary: Substitution of named parameters in SQL query
Type: Bug
Status: Closed
Priority: Major
Resolution: FIXED
Project: Hibernate2
Components:
core
Fix Fors:
2.1 rc1
Versions:
2.1 beta 5
Assignee: Max Rydahl Andersen
Reporter: Alexey Kaigorodov
Created: Wed, 5 Nov 2003 2:46 AM
Updated: Sat, 22 Nov 2003 10:42 AM
Description:
The substring between colon and the following space is considered the name of parameter.
This incorrect in some cases e.g.
... (:bar=0 or foo=:bar) ...
For itself fix this in net.sf.hibernate.loader.SQLLoader
(attached)
--
With best regards,
Alex
---------------------------------------------------------------------
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/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|