mergeWith in Database needs to handle existing tables correctly ---------------------------------------------------------------
Key: DDLUTILS-135 URL: http://issues.apache.org/jira/browse/DDLUTILS-135 Project: DdlUtils Issue Type: Bug Components: Core (No specific database) Affects Versions: 1.0 Environment: MySQL Reporter: Hajo Birthelmer Assigned To: Thomas Dudziak mergeWith in Database.java throws a ModelException if the target database already contains a table described in the source (additional) model. The correct behavior would compare the existing table and the new description and add columns, keys and indexes to the target if necessary (note that for all practical purposes existing columns/indexes etc. should NOT be removed) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira