strongloop / strong-arc

StrongLoop Arc has been replaced by API Connect. We recommend Arc users move to the Essentials edition of API Connect. If you have questions, please email reachsl@us.ibm.com.
http://strongloop.com/
Other
114 stars 36 forks source link

Migrate model bugfix #1722

Closed hkeio closed 8 years ago

hkeio commented 8 years ago

This fixes a bug in migrating models with the composer using mysql-connector.

Before it queried the the API with the where condition {name: null} if the default data source is selected which led to a "Unknown "DataSourceDefinition" id "undefined"." error.

slnode commented 8 years ago

Can one of the admins verify this patch? To accept patch and trigger a build add comment ".ok\W+to\W+test."

raymondfeng commented 8 years ago

@hkeio Please sign the CLA - https://cla.strongloop.com/agreements/strongloop/strong-arc

hkeio commented 8 years ago

Done

jtary commented 8 years ago

LGTM, thanks for the contribution.