Open
Description
sqlx/sqlx-core/src/postgres/options/mod.rs
Line 431 in 728717f
Test case:
let pg_connect_opts = PgConnectOptions::default()
.database(db_name)
.options([("default_transaction_isolation", "repeatable read")]);
Connecting with these options will given an error that "repeatable" is not a valid isolation level.
I think the solution is to URL encode options.
Metadata
Metadata
Assignees
Labels
No labels