[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-6773) test fails on sybase
Strong Liu (JIRA)
noreply at atlassian.com
Wed Oct 26 06:29:19 EDT 2011
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44165#comment-44165 ]
Strong Liu commented on HHH-6773:
---------------------------------
org.hibernate.test.criteria.ComplexJoinAliasTest fails due to
{code}
Hibernate:
create table ComplexJoinAliasTest$ListActionRole (
roleCode varchar(255) not null,
isDeleted tinyint not null,
recordVersion bigint not null,
role_code varchar(255) null,
primary key (roleCode, role_code, isDeleted, recordVersion)
)
18:22:33,590 ERROR SchemaExport:412 - HHH000389: Unsuccessful: create table ComplexJoinAliasTest$ListActionRole (roleCode varchar(255) not null, isDeleted tinyint not null, recordVersion bigint not null, role_code varchar(255) null, primary key (roleCode, role_code, isDeleted, recordVersion))
18:22:33,590 ERROR SchemaExport:3589 - Column 'role_code' is part of a primary key constraint and cannot be null.
{code}
> test fails on sybase
> --------------------
>
> Key: HHH-6773
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6773
> Project: Hibernate Core
> Issue Type: Bug
> Components: testsuite
> Reporter: Strong Liu
> Assignee: Strong Liu
> Fix For: 4.0.0.next
>
>
> skip tests _CriteriaQueryTest#testSubselect_ and _CriteriaQueryTest#testSubselectWithComponent_ due to HHH-3032
--
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