Fix overloading of functions with unnamed arguments (specifically for prefer params=single-object)

This commit is contained in:
Wolfgang Walther
2020-11-20 09:24:32 -05:00
committed by Steve Chavez
parent b091586394
commit e08bb3a197
4 changed files with 26 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #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
- #1469, Fix overloading of functions with unnamed arguments - @wolfgangwalther
### Changed