Currently if a secret is used for username and password, if the password is not encased in double quotes, it will cause an error (this is documented in the oracle DB documentation). This change checks to make sure the password is not already inside of double quotes (to not break existing customers using double quotes). If it is not, it adds the double quotes.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Currently if a secret is used for username and password, if the password is not encased in double quotes, it will cause an error (this is documented in the oracle DB documentation). This change checks to make sure the password is not already inside of double quotes (to not break existing customers using double quotes). If it is not, it adds the double quotes.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.