Accept ssl_mode in DSN URI query parameters#1595
Conversation
* deprecate "ssl" in DSN query parameters (as in CLI options) * accept "ssl_mode" in DSN query parameters * refactor implicit SSL-enable logic to use "ssl_mode" Incidentally * fix CLI option deprecation warning to refer to default_ssl_mode (adding prefix "default_") * update tests which did not account for SSL becoming on by default
|
Findings
Missing Tests
I didn’t run tests. If you want, I can add the tests and propose the small logic fix. |
I plan to address this comprehensively once a series is merged. |
Description
sslin DSN query parameters (as in CLI options)ssl_modein DSN query parametersssl_modeIncidentally
default_ssl_mode(adding prefix "default_")Checklist
changelog.mdfile.AUTHORSfile (or it's already there).