Method Sql.censor_sql_url()
- Method censor_sql_url
stringcensor_sql_url(stringsql_url)- Description
Redact the password (if any) from an Sql-url.
- Parameter
sql_url Sql-url possibly containing an unredacted password.
- Returns
Returns the same Sql-url but with the password (if any) replaced by the string
"CENSORED".