fix: null filtering on embed when column=relation
This commit is contained in:
committed by
Steve Chavez
parent
2977d09779
commit
2d00d7d248
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user