From: Haris P. (JIRA) <no...@at...> - 2006-02-04 11:33:45
|
last hibernate-tools don't make foreign key in Derby ---------------------------------------------------- Key: HBX-573 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-573 Project: Hibernate Tools Type: Bug Reporter: Haris Peco hibernate-tools beta4 +, derby Hi, bug is in JDBCReader.java line 463 Table table = dbs.addTable(quote(getSchemaForModel(schemaName)), getCatalogForModel(catalogName), quote(tableName)); when schema = default_schema then getSchemaForModel(schemaName)) return null i try remove default_schema and then tools don't nullify catalog ="" (derby driver return catalog="" in getExportedKeys) -- 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 |