GitHub user iilyak opened a pull request:
https://github.com/apache/couchdb-config/pull/19
Support not persist variants for helper functions
This adds support for specifying Persist argument for the following
helper functions:
* set_boolean
* set_integer
* set_float
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudant/couchdb-config
support-not-persist-variants
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-config/pull/19.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #19
----
commit 0c6010e4a33f9bd5f6907e886186448f7af7f499
Author: ILYA Khlopotov <iilyak@...>
Date: 2018-03-14T13:13:56Z
Support not persist variants for helper functions
This adds support for specifying Persist argument for the following
helper functions:
* set_boolean
* set_integer
* set_float
----
---