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

Add support for ssl #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add support for ssl #68

wants to merge 1 commit into from

Conversation

jwilberding
Copy link
Contributor

No description provided.

@@ -171,13 +171,14 @@ init(Config) ->
{timeout, Timeout} = lists:keyfind(timeout, 1, Config),
{db, Db} = lists:keyfind(db, 1, Config),
{prepared_statements, Statements} = lists:keyfind(prepared_statements, 1, Config),
Opts = [{database, Db}, {port, Port}, {timeout, Timeout}],
{opts, Opts} = lists:keyfind(opts, 1, Config),
Opts2 = lists:flatten([Opts | [{database, Db}, {port, Port}, {timeout, Timeout}]]),
Copy link
Contributor

Choose a reason for hiding this comment

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

why lists flatten here instead of: [{database, Db}, {port, Port}, ... | Opts]

@seth
Copy link
Contributor

seth commented Jun 25, 2014

Small comments to address or answer, otherwise 👍

@chef-supermarket
Copy link

Hi. I am an automated pull request bot named Curry. There are commits in this pull request whose authors are not yet authorized to contribute to Chef Software, Inc. projects or are using a non-GitHub verified email address. To become authorized to contribute, you will need to sign the Contributor License Agreement (CLA) as an individual or on behalf of your company. You can read more on Chef's blog.

GitHub Users Who Are Not Authorized To Contribute

The following GitHub users do not appear to have signed a CLA:

Please sign the CLA here.

@sonarcloud
Copy link

sonarcloud bot commented May 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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

3 participants