[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6420) SQL Server dialect is broken

Tomaz Cerar (JIRA) noreply at atlassian.com
Fri Jul 8 10:45:53 EDT 2011


SQL Server dialect is broken
----------------------------

                 Key: HHH-6420
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6420
             Project: Hibernate Core
          Issue Type: Task
          Components: query-sql
    Affects Versions: 4.0.0.Beta3, 4.0.0.Beta2, 4.0.0.Beta1
         Environment: AS7 hibernate 4 beta1/beta2
SQL Server 2008 R2
            Reporter: Tomaz Cerar


SQLServer dialect is broken for boolean fields
When it tries to create table for entity that has boolean attribute it fails as sql server does not know of type "boolean" it has type bit

I have created fix for it 
https://github.com/hibernate/hibernate-core/pull/124
but I have not tested it on older versions of sql server than 2008

-- 
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