Issue Details (XML | Word | Printable)

Key: HHH-3680
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Gail Badner
Reporter: Gail Badner
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hibernate Core

Sybase - composite primary key in unit test exceeds maximum for index causing failure

Created: 26/Dec/08 07:32 PM   Updated: 07/Jan/09 12:54 AM
Component/s: core
Affects Version/s: None
Fix Version/s: 3.2.7, 3.3.2, 3.5

Time Tracking:
Not Specified

Environment: Sybase


 Description  « Hide
ManyToManyTest.testManyToManyWithFormula() fails because the the composite primary key is 765 bytes. The limit for a Sybase index is 600.

This should be fixed by changing string properties in the composite key to have a smaller length instead of the default length.

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order

Gail Badner added a comment - 07/Jan/09 12:54 AM
Fixed in Branch_3_2, Branch_3_2_4_SP1_CP, Branch_3_3, and trunk