fix: null filtering on embed when column=relation

This commit is contained in:
steve-chavez
2023-07-27 22:43:13 -05:00
committed by Steve Chavez
parent 2977d09779
commit 2d00d7d248
4 changed files with 38 additions and 18 deletions
+1
View File
@@ -32,6 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2594, Fix unused index on jsonb/jsonb arrow filter and order (``/bets?data->>contractId=eq.1`` and ``/bets?order=data->>contractId``) - @steve-chavez
- #2861, Fix character and bit columns with fixed length not inserting/updating properly - @laurenceisla
+ Fixes the error "value too long for type character(1)" when the char length of the column was bigger than one.
- #2862, Fix null filtering on embedded resource when using a column name equal to the relation name - @steve-chave
## [11.1.0] - 2023-06-07