fix: login with uppercase and mixed case role names

PostgREST failed when querying role settings where current
role name contained uppercase letters. This commit resolves
it by quoting the CURRENT_USER.

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2026-04-27 19:53:52 +00:00
committed by Wolfgang Walther
parent d9eabb2742
commit 9baf17aed0
9 changed files with 25 additions and 21 deletions
+4
View File
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. From versio
## Unreleased
### Fixed
- Fix login with uppercase and mixed case role names by @taimoorzaeem in #4678
## [14.10] - 2026-04-16
### Added