[hibernate-issues] [Hibernate-JIRA] Created: (HHH-7294) Envers manytomany Test BasicSametable fails on DB2 as DB2 does not support tinyint

Madhumita Sadhukhan (JIRA) noreply at atlassian.com
Wed May 2 11:26:50 EDT 2012


Envers manytomany Test BasicSametable fails on DB2 as DB2 does not support tinyint
----------------------------------------------------------------------------------

                 Key: HHH-7294
                 URL: https://hibernate.onjira.com/browse/HHH-7294
             Project: Hibernate ORM
          Issue Type: Bug
          Components: envers
    Affects Versions: 4.1.2
            Reporter: Madhumita Sadhukhan
            Assignee: Strong Liu


This testcase is failing while executing createquery:

CREATE TABLE children_AUD(REV integer NOT NULL, REVEND integer, REVTYPE tinyint, parent_id integer, child1_id integer NULL, child2_id integer NULL)

changing datatype for REVTYPE to smallint fixes this on DB2

https://issues.jboss.org/browse/JBPAPP-8898

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list