[
http://opensource.atlassian.com/projects/hibernate/browse/ANN-821?page=co...
]
Gail Badner resolved ANN-821.
-----------------------------
Resolution: Fixed
Fixed in v3_3_1_GA_CP, v3_4_0_GA_CP, and trunk.
org.hibernate.test.annotations.manytomany.ManyToManyTest fails on
sybase due to index too large
-----------------------------------------------------------------------------------------------
Key: ANN-821
URL:
http://opensource.atlassian.com/projects/hibernate/browse/ANN-821
Project: Hibernate Annotations
Issue Type: Bug
Reporter: Gail Badner
Assignee: Gail Badner
Fix For: 3.5
The following tests in org.hibernate.test.annotations.manytomany.ManyToManyTest fail
because a table is generated with an index that exceeds 600, the maximum allowable size of
an index:
testCompositePk()
testDefaultCompositePk()
These tests use the default column length (255) for string columns in the primary key
classes. The tests pass if the length of these columns is reduced to 128.
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira