GitClassic
Feed
Explore
Random
Go Pro
Sign in
encode
/
databases
Code
/
Commits
/ c2e4c5b
enabler(backends): allow ssl string parameters in PostgreSQL URL (#575) (#576)
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.
Elouan Martinet
committed on Nov 28, 2023, 06:26 PM
Showing
2
changed files
+14 additions
-1 deletions
M
databases/backends/postgres.py
+2
-1
M
tests/test_connection_options.py
+12
Browse files at this commit โ