From: <no...@at...> - 2005-03-18 04:52:00
|
The following issue has been updated: Updater: Gavin King (mailto:ga...@hi...) Date: Thu, 17 Mar 2005 10:49 PM Comment: A workaround is to define a SQLFunctionTemplate on a Dialect subclass Changes: type changed from Bug to Improvement priority changed from Major to Minor --------------------------------------------------------------------- For a full history of the issue, see: http://opensource.atlassian.com/projects/hibernate/browse/HHH-160?page=history --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/browse/HHH-160 Here is an overview of the issue: --------------------------------------------------------------------- Key: HHH-160 Summary: New query parser does not allow bitwise operations Type: Improvement Status: Unassigned Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Hibernate3 Components: core Versions: 3.0 rc 1 Assignee: Reporter: Markus Jessenitschnig Created: Tue, 1 Mar 2005 1:42 AM Updated: Thu, 17 Mar 2005 10:49 PM Environment: Hibernate 3.0 rc1, MySQL Description: The new query parser does not allow bitwise operations like bitwise-and and bitwise-or. Example: SELECT FIRSTNAME, SURNAME FROM EMPLOYEE WHERE (STATUS & 1) > 0 The Exception is: org.hibernate.QueryException: unexpected char: '&' --------------------------------------------------------------------- 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 |