From: <leg...@at...> - 2003-12-19 15:17:08
|
Message: The following issue has been closed. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-569 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-569 Summary: SchemaExport generates incorrect schema separator for MySQL Type: Bug Status: Closed Priority: Major Resolution: REJECTED Project: Hibernate2 Components: toolset Versions: 2.1.1 Assignee: Reporter: Jos Annevelink Created: Fri, 19 Dec 2003 7:35 AM Updated: Fri, 19 Dec 2003 9:17 AM Description: While everything worked ok on 2.0.3 I saw incorrect DDL/SQL being generated while trying to switch my application to 2.1.1 The DDL generated reads "... dbname_tablename ..." whereas it should read "... dbname.tablename ..." (dot for separator instead of underscore). It seems a method MySQLDialect.getSchemaSeparator() was added which returns a '_' instead of a '.'. --------------------------------------------------------------------- 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 |