From: <no...@at...> - 2005-03-01 07:43:06
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- 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: Bug Status: Unassigned Priority: Major 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: Tue, 1 Mar 2005 1:42 AM 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 |