From: <no...@at...> - 2005-05-16 16:59:42
|
The following issue has been updated: Updater: Darren Scott (mailto:da...@da...) Date: Mon, 16 May 2005 11:59 AM Comment: The attached ZIP contains a trivial example recreating the issue, including Java source, Hibernate configuration and mapping files and minimal database schema and data. Also included are two log files showing successful behaviour under Hibernate 3.0.1 and failure under Hibernate 3.0.3 Changes: Attachment changed to hibernate-sqlfunction-test.zip --------------------------------------------------------------------- For a full history of the issue, see: http://opensource.atlassian.com/projects/hibernate/browse/HHH-489?page=history --------------------------------------------------------------------- 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:59 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 |