fix: Read database configuration properly when = is present in value

Resolves #2120
This commit is contained in:
Wolfgang Walther
2022-06-03 22:19:16 -05:00
committed by Steve Chavez
parent d1851a6966
commit 2e334db31b
4 changed files with 10 additions and 7 deletions
+3
View File
@@ -14,6 +14,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2077, Fix `is` not working with upper or mixed case values like `NULL, TrUe, FaLsE` - @steve-chavez
- #2024, Fix schema cache loading when views with XMLTABLE and DEFAULT are present - @wolfgangwalther
- #1724, Fix wrong CORS header Authentication -> Authorization - @wolfgangwalther
- #2107, Clarify error for failed schema cache load. - @steve-chavez
+ From `Database connection lost. Retrying the connection` to `Could not query the database for the schema cache. Retrying.`
- #2120, Fix reading database configuration properly when `=` is present in value - @wolfgangwalther
## [9.0.0] - 2021-11-25