From: <leg...@at...> - 2003-11-27 16:43:16
|
Message: The following issue has been closed. Resolver: Gavin King Date: Thu, 27 Nov 2003 10:42 AM This was already fixed. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-504 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-504 Summary: index name too long for DB2 v7.2 Type: Bug Status: Closed Priority: Major Resolution: DUPLICATE Project: Hibernate2 Components: core Versions: 2.1 beta 5 Assignee: Reporter: Grigoroscuta Catalin Created: Thu, 27 Nov 2003 9:05 AM Updated: Thu, 27 Nov 2003 10:42 AM Environment: Hibernate v2.1b5 Database: DB2 v7.2, Linux platform Description: The name automatically generated for indexes (IDX################) is 19 characters long, while DB2 allows maximum 18 characters for index name. (My quick fix was to replace IDX with IX). --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |