Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Conversation

@grechaw
Copy link
Contributor

@grechaw grechaw commented Feb 4, 2016

This PR has changes to support loading data into the schemas database from data/schemas.

I can see that there are whitespace/formatting diffs that you might want purged -- look over this PR and let me know if you think it's OK otherwise.

private SchemasDataLoader schemasDataLoader;

public LoadSchemasDataCommand() {
setExecuteSortOrder(SortOrderConstants.DEPLOY_SQL_VIEWS);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this use a different sort order? I'm wondering if its sort order should be right around when modules are loaded. I don't know enough about schemas to know if there are any dependencies on them that would govern when they should be loaded.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right -- there could be modules that depend on shemas. I'll figure out where it goes, or make a new key for schemas

Created new sort order == 350 for this operation.

@grechaw
Copy link
Contributor Author

grechaw commented Mar 21, 2016

This PR has been updated. It will require some version munging to get the recent PR for ml-javaclient-util to support these additions.

@rjrudin
Copy link
Contributor

rjrudin commented Mar 22, 2016

I merged this into dev, which now depends on 2.8.0 of ml-javaclient-util.

@rjrudin rjrudin closed this Mar 22, 2016
@grechaw
Copy link
Contributor Author

grechaw commented Mar 22, 2016

Thanks rob

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants