From: Alexey G. (JIRA) <nh...@gm...> - 2011-04-18 14:36:32
|
[ http://216.121.112.228/browse/NH-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=20914#action_20914 ] Alexey Gorbach commented on NH-1192: ------------------------------------ It is not fixed for oracle. It uses & in bitwise and operations, while it should call function bitand. > Support bitwise operations > -------------------------- > > Key: NH-1192 > URL: http://216.121.112.228/browse/NH-1192 > Project: NHibernate > Issue Type: Improvement > Components: Core > Affects Versions: 1.2.1 > Reporter: Serguei Komarov > Priority: Major > Fix For: 2.1.0.Beta2 > > > Support bitwise operations like bitwise-and and bitwise-or via HQL or criteria expression. > from Domain.Employee employee where (employee.Status & 1) > 0 > See related issue from Hibernate JIRA http://opensource.atlassian.com/projects/hibernate/browse/HHH-160 > Thank you in advance. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |