Fix port; add user pool mode (#395)

* Fix port; add user pool mode

* will probably break our session/transaction mode tests
This commit is contained in:
Lev Kokotov
2023-04-05 15:06:19 -07:00
committed by GitHub
parent 89e15f09b5
commit a62f6b0eea
4 changed files with 24 additions and 6 deletions

View File

@@ -73,6 +73,7 @@ impl AuthPassthrough {
password: Some(self.password.clone()),
pool_size: 1,
statement_timeout: 0,
pool_mode: None,
};
let user = &address.username;