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

Allow 'servers' to propagate to Sequel connection #169

Merged
merged 1 commit into from
Mar 2, 2019

Conversation

dsbyrne
Copy link

@dsbyrne dsbyrne commented Feb 28, 2019

This change allows config.sequel.servers to propagate properly to
Sequel::connect. It also blacklists this option from being sent to
an adapter via url query param.

The use-case is documented here:
https://github.com/jeremyevans/sequel/blob/master/doc/sharding.rdoc#primaryreplica-configurations-and-database-sharding

This change allows `config.sequel.servers` to propagate properly to
Sequel::connect. It also blacklists this option from being sent to
an adapter via url query param.
@JonathanTron
Copy link
Member

Hi @dsbyrne, thanks for the amazing work on this PR.

@JonathanTron JonathanTron merged commit 8f519a8 into TalentBox:master Mar 2, 2019
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.

None yet

2 participants