fix: impersonated role applying superuser settings

This commit is contained in:
steve-chavez
2023-08-09 20:05:22 -05:00
committed by Steve Chavez
parent fbf9bf21c2
commit 5ce020d5bc
4 changed files with 23 additions and 2 deletions
+1
View File
@@ -39,6 +39,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #1586, Fix function parameters of type character and bit not ignoring length - @laurenceisla
+ Fixes the error "value too long for type character(1)" when the char length of the parameter was bigger than one.
- #2881, Fix error when a function returns `RECORD` or `SET OF RECORD` - @laurenceisla
- #2896, Fix applying superuser settings for impersonated role - @steve-chavez
## [11.1.0] - 2023-06-07