fix: Make pfkSourceColumns query work with standard_conforming_strings = off

This commit is contained in:
Wolfgang Walther
2021-10-28 08:21:11 +02:00
committed by Wolfgang Walther
parent 8cde90b7fe
commit a1b3bca7fc
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #1871, Fix OpenAPI missing default values for String types and identify Array types as "array" instead of "string" - @laurenceisla
- #1930, Fix RPC return type handling for `RETURNS TABLE` with a single column. Regression of #1615. - @wolfgangwalther
- #1938, Fix using single double quotes(`"`) and backslashes(`/`) as values on the "in" operator - @steve-chavez
- #1992, Fix schema cache query failing with standard_conforming_strings = off - @wolfgangwalther
### Changed