[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5003) IngresDialect requires query substitutions for boolean values

Ray Fan (JIRA) noreply at atlassian.com
Thu Mar 11 09:49:47 EST 2010


IngresDialect requires query substitutions for boolean values
-------------------------------------------------------------

                 Key: HHH-5003
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5003
             Project: Hibernate Core
          Issue Type: Patch
          Components: query-hql
    Affects Versions: 3.5.0-CR-2
         Environment: Hibernate 3.5.0-CR-2, Ingres 9.3.1 (int.lnx/106), IngresDialect
            Reporter: Ray Fan
         Attachments: IngresDialect.testQuery.svn.diff

IngresDialect has no native support for the boolean values true and false for the data type and uses a small integer.  During SQL query generation the values need to be mapped to integer equivalents.

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