[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-5877) Custom Dialect Was working with Hibernate 3.5 but not in 3.6

Viggo Navarsete (JIRA) noreply at atlassian.com
Tue Feb 8 05:35:05 EST 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39869#action_39869 ] 

Viggo Navarsete commented on HHH-5877:
--------------------------------------

Why is this issue put on 3.6.next and not 3.6.2 which is supposed to be released in March? When will 3.6.next be released? This is something that used to work, and should be easy to fix (I assume).

> Custom Dialect Was working with Hibernate 3.5 but not in 3.6
> ------------------------------------------------------------
>
>                 Key: HHH-5877
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5877
>             Project: Hibernate Core
>          Issue Type: Bug
>    Affects Versions: 3.6.0
>            Reporter: Viggo Navarsete
>             Fix For: 3.6.next
>
>
> Hi 
> I had created a Dialect so that i can add one method bitwiseAnd() . Was working Good in 3.5. 
> When I switched to 3.6 It was Depericated Type Hibernate.BIG_INTEGER was used in the function creation
> So I changed It to StandardBasicTypes.BIG_INTEGER.
> But now I am getting Exception that <databaseName>.bitwiseAnd() function not found!
> ----
> If Switch back to 3.5 and with Depricated Hibernate.BIG_INTEGER it works fine.
> See forum discussion for details: https://forum.hibernate.org/viewtopic.php?f=1&t=1009207&start=0

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list