From: <no...@at...> - 2005-05-16 16:55:49
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/browse/HHH-489 Here is an overview of the issue: --------------------------------------------------------------------- Key: HHH-489 Summary: Custom SQLFunction not being called Type: Bug Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Hibernate3 Components: core Versions: 3.0.3 Assignee: Reporter: Darren Scott Created: Mon, 16 May 2005 11:55 AM Updated: Mon, 16 May 2005 11:55 AM Environment: Java 1.4.2_04 Hibernate 3.0.3 MySQL 3.23.45-max-nt mysql-connector-java-3.1.6 Description: A custom SQLFunction I have written to implement bitwise AND behaviour for MySQL dialects is not being called as expected under Hibernate 3.0.2 and 3.0.3. The resulting SQL does not show the expected function translation from HQL bitwise_and(X,Y) to SQL X & Y. This previously worked under Hibernate 3.0.1. --------------------------------------------------------------------- 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 |