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 sql connection interface to plugin level #3539

Conversation

andrewjdawson2016
Copy link
Contributor

The connection interface being defined at the level of sql rather than plugin is confusing because it makes it seems like a plugin would have to be able to implement this interface. When in actuality as long as a plugin can implement the adminCrud interface it will work. The connection interface is simply an implementation detail of how MySQL and Postgres happen to implement the crud interface.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 66.816% when pulling d444acc on andrewjdawson2016:MoveConnectionInterface into 31bd469 on uber:master.

Copy link
Contributor

@longquanzheng longquanzheng left a comment

Choose a reason for hiding this comment

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

LGTM.

@andrewjdawson2016 andrewjdawson2016 merged commit 8bd97e5 into cadence-workflow:master Sep 22, 2020
yux0 pushed a commit to yux0/cadence that referenced this pull request May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants