graphql-engine/server/src-lib/Hasura/RQL/DML
Rakesh Emmadi 53b9cabd88
fix few bugs related to nested insert returning (fix #3609, #3642, #3271) (#3618)
* fix nested insert with returning computed fields gives error, fix #3609

* revert using ordered hashmaps, sort columns based on ordinal postion

* fix 1. keys order 2. json/jsonb column value in nested insert returning

* add a note for sorted columns

* cast 'VALUES' expression as table row type

* use single CTE expression for generating returning for nested inserts
2020-02-04 21:04:17 +05:30
..
Select fix few bugs related to nested insert returning (fix #3609, #3642, #3271) (#3618) 2020-02-04 21:04:17 +05:30
Count.hs remove hdb_views for inserts (#3598) 2020-01-16 10:23:28 +05:30
Delete.hs Refactor schema cache construction to avoid imperative updates 2020-01-08 16:43:06 -06:00
Insert.hs remove hdb_views for inserts (#3598) 2020-01-16 10:23:28 +05:30
Internal.hs remove hdb_views for inserts (#3598) 2020-01-16 10:23:28 +05:30
Mutation.hs fix few bugs related to nested insert returning (fix #3609, #3642, #3271) (#3618) 2020-02-04 21:04:17 +05:30
Returning.hs fix few bugs related to nested insert returning (fix #3609, #3642, #3271) (#3618) 2020-02-04 21:04:17 +05:30
Select.hs Refactor schema cache construction to avoid imperative updates 2020-01-08 16:43:06 -06:00
Update.hs Refactor schema cache construction to avoid imperative updates 2020-01-08 16:43:06 -06:00