Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.1
-
None
-
None
Description
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.