[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6773?page=c...
]
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