Parse search_path option

This commit is contained in:
Bojan Serafimov
2022-03-07 18:50:52 -05:00
parent a6ace609a7
commit 1c40c26313
6 changed files with 66 additions and 21 deletions

View File

@@ -5,7 +5,6 @@ def test_proxy_select_1(static_proxy):
static_proxy.safe_psql("select 1;")
@pytest.mark.xfail # Proxy eats the extra connection options
def test_proxy_options(static_proxy):
schema_name = "tmp_schema_1"
with static_proxy.connect(schema=schema_name) as conn: