Fix RPC return type handling for domains with composite base type

This commit is contained in:
Wolfgang Walther
2020-11-20 09:24:32 -05:00
committed by Steve Chavez
parent 3f690ec78f
commit ca7ffd0a70
4 changed files with 85 additions and 22 deletions
+1
View File
@@ -24,6 +24,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #1162, Fix location header for POST request with select= without PK - @wolfgangwalther
- #1585, Fix error messages on connection failure for localized postgres on Windows - @wolfgangwalther
- #1636, Fix `application/octet-stream` appending `charset=utf-8` - @steve-chavez
- #1615, Fix RPC return type handling and embedding for domains with composite base type - @wolfgangwalther
### Changed