fix: arrow filter on RPC returning TABLE+composite

This commit is contained in:
steve-chavez
2023-09-28 20:26:38 -03:00
committed by Steve Chavez
parent 290d90609b
commit cf7ee67dfe
4 changed files with 30 additions and 15 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2939, Fix `count=exact` not being included in `Preference-Applied` - @steve-chavez
- #2800, Fix not including to-one embed resources that had a `NULL` value in any of the selected fields when doing null filtering on them - @laurenceisla
- #2846, Fix error when requesting `Prefer: count=<type>` and doing null filtering on embedded resources - @laurenceisla
- #2846, Fix setting `default_transaction_isolation` unnecessarily - @steve-chavez
- #2959, Fix setting `default_transaction_isolation` unnecessarily - @steve-chavez
- #2929, Fix arrow filtering on RPC returning dynamic TABLE with composite type - @steve-chavez
## [11.2.0] - 2023-08-10