[hibernate-issues] [Hibernate-JIRA] Created: (ANN-821) org.hibernate.test.annotations.manytomany.ManyToManyTest fails on sybase due to index too large
Gail Badner (JIRA)
noreply at atlassian.com
Wed Apr 15 14:10:17 EDT 2009
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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list