Merge branch 'main' of https://github.com/juspay/hyperswitch into diff-fork

This commit is contained in:
Amitsingh Tanwar
2025-10-07 10:39:53 +05:30
2 changed files with 11 additions and 1 deletions

View File

@ -309,7 +309,7 @@ pub trait DbConnectionParams {
fn get_dbname(&self) -> &str;
fn get_database_url(&self, schema: &str) -> String {
format!(
"postgres://{}:{}@{}:{}/{}?application_name={}&options=-c search_path%3D{}",
"postgres://{}:{}@{}:{}/{}?application_name={}&options=-c%20search_path%3D{}",
self.get_username(),
self.get_password().peek(),
self.get_host(),