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

contrib/jmoiron/sqlx: allow options to sqlx.Open #762

Merged
merged 1 commit into from
Oct 15, 2020

Conversation

tzmfreedom
Copy link
Contributor

This PR provides additional options to open database connection with sqlx.Open, same as following PullRequest.
#466

It allow us to override some parameters, such as service name, for multiple database connection.

gbbr
gbbr previously approved these changes Oct 15, 2020
Copy link
Contributor

@gbbr gbbr left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks! Please consider opening an issue in the future first, before contributing features (guidelines here).

@gbbr gbbr added this to the 1.28.0 milestone Oct 15, 2020
@gbbr
Copy link
Contributor

gbbr commented Oct 15, 2020

Please rebase on v1 to get CI to pass.

@tzmfreedom
Copy link
Contributor Author

tzmfreedom commented Oct 15, 2020

Thank you for review!! I've rebased and got CI to pass.

I'm sorry that I missed guidelines. I'll be more careful in future.

Copy link
Contributor

@gbbr gbbr left a comment

Choose a reason for hiding this comment

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

Thank you 🙏

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.

2 participants