Message:
The following issue has been closed.
Resolver: Gavin King
Date: Tue, 2 Dec 2003 3:52 AM
OK, I did half a fix. Note that changing Alias as you suggest will break other stuff.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-510
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-510
Summary: Wrong alias with a class with $s in its name
Type: Bug
Status: Closed
Priority: Minor
Resolution: FIXED
Project: Hibernate2
Components:
core
Versions:
2.1 rc1
Assignee:
Reporter: Alfonso da Silva
Created: Mon, 1 Dec 2003 4:43 AM
Updated: Tue, 2 Dec 2003 3:52 AM
Description:
I have been verifying version 2.1 rc1 and the bug HB-499 (http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-499)
continues happening.
I have modified line 36 of the net.sf.hibernate.sql.Alias class:
String unquoted = getUnquotedAliasString(sqlIdentifier,quoteType)
.replace('$','_');
Bye.
Alfonso da Silva.
---------------------------------------------------------------------
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
|