Quote identifier names in RPC function arguments (#1153)

This commit is contained in:
mdr1384
2018-07-30 09:11:09 -05:00
committed by Steve Chávez
parent 70e95649fd
commit 56bd5d5f91
4 changed files with 18 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #945, Fix slow start-up time on big schemas - @steve-chavez
- #1129, Fix view embedding when table is capitalized - @steve-chavez
- #1149, OpenAPI: Change `GET` response type to array - @laughedelic
- #1152, Fix RPC failing when having arguments with reserved or uppercase keywords - @mdr1384
### Changed