Add support for getting json by array index

* Also support json negative array index
This commit is contained in:
steve-chavez
2018-06-19 11:17:59 -05:00
committed by Steve Chávez
parent 2513c00039
commit 30dfadec7b
11 changed files with 172 additions and 21 deletions
+4
View File
@@ -7,12 +7,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- #1099, Add support for getting json/jsonb by array index - @steve-chavez
### Fixed
- #1113, Fix UPSERT failing when having a camel case PK column - @steve-chavez
### Changed
- #1099, Numbers in json path `?select=data->1->>key` now get treated as json array indexes instead of keys - @steve-chavez
## [0.5.0.0] - 2018-05-14
### Added