Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Adding the ability to append query strings to the on jdbc urls #161

Closed
wants to merge 4 commits into from
Closed

Adding the ability to append query strings to the on jdbc urls #161

wants to merge 4 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 10, 2016

This is for a feature request, issue #159. This creates a new attribute in the name space ['stash']['database']['query_string'] where the attribute is a string. The string is appended to the end of the jdbc url for things like encrypting the connection to the database via SSL. The feature is for postgresql, mysql, and sqlserver. The default value for the attribute is an empty string.

@ghost
Copy link
Author

ghost commented Jun 11, 2016

Fixed the rubocop errors. Is there any way to start a new build?

linc01n added a commit that referenced this pull request Jul 25, 2016
linc01n added a commit that referenced this pull request Jul 25, 2016
Adding the ability to append query strings to the end of a jdbc url
@linc01n
Copy link
Collaborator

linc01n commented Jul 25, 2016

Thanks for the pull request. I have merged it to master. I made a few changes due to conflict, missing test and data-bag handling.

settings['database']['query_string'] ||=

query_string: ''

query_string: ''

@linc01n linc01n closed this Jul 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant