Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move common SQL generation code into unified SQL generator #3237

Merged
merged 1 commit into from
Sep 28, 2015
Merged

Conversation

mikary
Copy link
Contributor

@mikary mikary commented Sep 25, 2015

Basic refactoring for #2493

@anpete
Copy link
Contributor

anpete commented Sep 25, 2015

:shipit: after interface change

@mikary mikary force-pushed the unifySqlGen branch 2 times, most recently from 88947c1 to 974359d Compare September 28, 2015 15:24
@mikary mikary merged commit 32ad07a into dev Sep 28, 2015
@mikary mikary deleted the unifySqlGen branch September 28, 2015 15:38

_databaseCreator = (IRelationalDatabaseCreator)databaseCreator;
_executor = executor;
_connection = connection;
_modelDiffer = modelDiffer;
_migrationsSqlGenerator = migrationsSqlGenerator;
Sql = sql;
SqlGenerator = sqlGenerator;
Copy link
Contributor

Choose a reason for hiding this comment

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

😦 Didn't we decide just Sql was OK in API Review?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, didn't mean to change the name, this is just an artifact of some incremental changes where both generators were being used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants