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

Viggo Navarsete (JIRA) noreply at atlassian.com
Thu Jan 27 16:30:05 EST 2011


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


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