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

Lukasz Antoniak (JIRA) noreply at atlassian.com
Wed May 2 17:56:48 EDT 2012


    [ https://hibernate.onjira.com/browse/HHH-7294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46481#comment-46481 ] 

Lukasz Antoniak commented on HHH-7294:
--------------------------------------

I believe this should be fixed similar to: https://github.com/hibernate/hibernate-orm/commit/779e70df4d3346a398ec6e806cf5bd50415ce3e1.
Will correct it possibly tomorrow.

> 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