JumpMind / metl

Metl is a simple, web-based integration platform that allows for several different styles of data integration including messaging, file based Extract/Transform/Load (ETL), and remote procedure invocation via Web Services. Read more at www.jumpmind.com/products/metl/overview
GNU General Public License v3.0
207 stars 82 forks source link

Import fails with Unique index or primary key violation. Export should not include project dependent models and resources. #908

Closed nrichardson99 closed 5 years ago

nrichardson99 commented 5 years ago

When exporting a project, dependent project models and resources appear in the list of items to select. Currently if you select one of the dependent objects only the model entity and resource settings are included. The main resource or model is not because the rest of the sql filters out only those belonging to the current project version. Need to also ignore the model entity and resource settings records.

nrichardson99 commented 5 years ago

Update caused issue with a brand new install where the samples project was not getting loaded.