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:
committed by
Wolfgang Walther
parent
a5cc457875
commit
bf758698b3
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file. From versio
|
||||
### Fixed
|
||||
|
||||
- Shutdown should wait for in flight requests by @mkleczek in #4702
|
||||
- Fix login with uppercase and mixed case role names by @taimoorzaeem in #4678
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user