Support splitting the model across multiple files
-------------------------------------------------

                 Key: DDLUTILS-259
                 URL: https://issues.apache.org/jira/browse/DDLUTILS-259
             Project: DdlUtils
          Issue Type: New Feature
          Components: Core (No specific database)
    Affects Versions: 1.1
            Reporter: Tom Palmer
            Assignee: Thomas Dudziak


The current approach of having the model defined in a single file can be quite 
limiting on a large model (e.g. working with a large file) and/or a distributed 
team (e.g. conflicting changes on the same file in svn). Unfortunately the 
current work-around that the DdlToDatabaseTask uses to initialise individual 
models and merge them into a master model doesn't work if the model is highly 
coupled as it might not always be desirable to have all of the related tables 
in a single file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to