Skip to content

Commit

Permalink
temp: Never set search_path for PostgreSQL (for PgBouncer testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio authored Nov 1, 2023
1 parent 82dc77d commit 2c1ca23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quaint/src/connector/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,9 @@ impl PostgresUrl {
config.search_path(CockroachSearchPath(schema).to_string());
}

if self.flavour().is_postgres() {
config.search_path(PostgresSearchPath(schema).to_string());
}
// if self.flavour().is_postgres() {
// config.search_path(PostgresSearchPath(schema).to_string());
// }
}
}

Expand Down

0 comments on commit 2c1ca23

Please sign in to comment.