HQL query translation in real SQL ignores the dialect class
-----------------------------------------------------------
Key: HHH-3307
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3307
Project: Hibernate3
Issue Type: Bug
Components: query-hql
Affects Versions: 3.2.6
Environment: dialect file with special JoinFragment and a
"transformSelectString" step
Reporter: Thomas Schilf
We're using a special dialect class for a database. In the dialect is defined a own
JoinFragment and a "transformSelectString" step.
All workes fine by loading objects over a Criteria class.
The generated SQL string is wrong by using named queries (HQL). The SQL string is in
normal ANSI-SQL.
The SqlGenerator and QueryTranslatorImpl classes from hibernate don't use the dialect
class.
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira