The following issue has been updated:
Updater: Alexey Kaigorodov (mailto:a1...@ic...)
Date: Wed, 5 Nov 2003 2:47 AM
Changes:
Attachment changed to SQLLoader.java
---------------------------------------------------------------------
For a full history of the issue, see:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-455&page=history
---------------------------------------------------------------------
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: Unassigned
Priority: Major
Project: Hibernate2
Components:
core
Versions:
2.1 beta 5
Assignee:
Reporter: Alexey Kaigorodov
Created: Wed, 5 Nov 2003 2:46 AM
Updated: Wed, 5 Nov 2003 2:47 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
|