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

Break out metadata/info about an extension from the interface #16118

Merged
merged 1 commit into from
Jun 17, 2019

Conversation

ajcvickers
Copy link
Member

@ajcvickers ajcvickers commented Jun 16, 2019

Also stop calling ApplyServices to find out if an extension is a database provider.

Fixes #16119
Fixes #16045

Doing this refactoring because we keep having to add/change methods here, so putting them in a composed abstract base class to avoid breaking the interface each time.

@ajcvickers ajcvickers requested review from roji, AndriySvyryd and bricelam and removed request for roji and AndriySvyryd June 17, 2019 15:11
Also stop calling ApplyServices to find out if an extension is a database provider.

Fixes #16119
Fixes #16045

Doing this refactoring because we keep having to add/change methods here, so putting them in a composed abstract base class to avoid breaking the interface each time.
@ajcvickers ajcvickers merged commit 093026b into master Jun 17, 2019
@ghost ghost deleted the WalkOnTheWildSide0616 branch June 17, 2019 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants