Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Conversation

Exagone313
Copy link
Contributor

Closes #575.

The underlying library asyncpg accepts string values in the ssl parameter. The old code only accepted the values true and false, which are converted to boolean.

@Exagone313 Exagone313 marked this pull request as draft November 28, 2023 15:38
…ode#575)

The underlying library asyncpg accepts string values in the ssl
parameter. The old code only accepted the values true and false, which
are converted to boolean.
@Exagone313 Exagone313 marked this pull request as ready for review November 28, 2023 16:11
Copy link
Contributor

@zanieb zanieb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@zanieb zanieb merged commit c2e4c5b into encode:master Nov 28, 2023
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.

Allow passing string values for ssl query string in PostgreSQL URL
2 participants