graphql-engine/server/tests-py/queries/graphql_mutation/custom_schema
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
..
delete_article.yaml allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
insert_article_author.yaml fix few bugs related to nested insert returning (fix #3609, #3642, #3271) (#3618) 2020-02-04 21:04:17 +05:30
insert_author.yaml allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
schema_setup.yaml allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
schema_teardown.yaml allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
update_article.yaml allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
values_setup.yaml allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
values_teardown.yaml allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30