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

fix: use correct names for sslmode options #3285

Merged
merged 2 commits into from
Jun 15, 2024

Conversation

lily-mosquitoes
Copy link
Contributor

The names for the SSL mode options were incorrect, added test for making sure the built url can be parsed to ensure internal consistency at least. Also changed "ssl-mode" to "sslmode" (as well as other ssl properties) as it seems more standard and sqlx can parse both.

Does your PR solve an issue?

fixes #3255

lily-mosquitoes and others added 2 commits June 13, 2024 18:17
The names for the SSL mode options were incorrect, added test for making
sure the built url can be parsed to ensure internal consistency at
least. Also changed "ssl-mode" to "sslmode" as it seems more standard
and sqlx can parse both.
@abonander abonander merged commit 402022d into launchbadge:main Jun 15, 2024
64 checks passed
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.

to_url_lossy() does not generate a valid postgres URL for ssl-mode
2 participants